ming il y a 3 ans
Parent
commit
cba5b34457
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      similar_web/index2.html

+ 1 - 3
similar_web/index2.html

@@ -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);