Parcourir la source

Merge branch 'master' of http://94.191.59.107:3000/wukai/twin-web

liling il y a 11 mois
Parent
commit
f3269a1912
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      main.html

+ 1 - 0
main.html

@@ -2282,6 +2282,7 @@
                 }
                 var data = data.data;
                 var tbody = $("#maogaoWin table:last>tbody");
+                tbody.html('');
                 tbody.find("tr:gt(0)").remove();
                 var ls = [];
                 var tpl='<tr maogao="{height}" style="color: #FFFFFF;font-size: 20px;cursor: pointer;" title="点击可查看详情"><td width="33%">{height}</td><td width="1px" style="color: transparent">|</td><td width="33%">{num}</td><td width="1px" style="color: transparent">|</td><td width="33%">{percent}</td></tr>';