浏览代码

edit text

ming 3 年之前
父节点
当前提交
1f77c4cabf
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      similar_web/index2.html

+ 7 - 1
similar_web/index2.html

@@ -341,7 +341,13 @@
           sitetitle.textContent = response.Title;
           countryrank.textContent = response.CountryRank;
           category.textContent = response.Category;
-          $('#maxflow').html(response.totalVisits)
+          if(response.totalVisits!=-1){
+            $('#maxflow').html(response.totalVisits)
+          }
+          else{
+            $('#maxflow').html("N/A")
+          }
+          
           key_ary = [];
           val_ary = [];