|
@@ -333,7 +333,6 @@
|
|
|
type: 'post',
|
|
|
data: objstr,
|
|
|
success: function (suc_data) {
|
|
|
-
|
|
|
response = suc_data
|
|
|
sitename.textContent = response.SiteName;
|
|
|
descriptions.textContent = response.Description;
|
|
@@ -342,7 +341,7 @@
|
|
|
countryrank.textContent = response.CountryRank;
|
|
|
category.textContent = response.Category;
|
|
|
if (response.totalVisits != -1) {
|
|
|
- $('#maxflow').html(response.totalVisits)
|
|
|
+ $('#maxflow').html(response.totalVisits+'人次')
|
|
|
}
|
|
|
else {
|
|
|
$('#maxflow').html("N/A")
|
|
@@ -374,7 +373,6 @@
|
|
|
type: 'line',
|
|
|
areaStyle: {},
|
|
|
|
|
|
-
|
|
|
}]
|
|
|
};
|
|
|
myChart.setOption(option);
|