Update site.js

pull/109/head
Mr Chen 6 years ago
parent a37fb235e0
commit fc5fe97e90
  1. 4
      route/static/app/site.js

@ -101,8 +101,8 @@ function getWeb(page, search) {
});
}
if(body.length < 10){
body = "<tr><td colspan='8'>当前没有站点数据</td></tr>";
$(".dataTables_paginate").hide();
body = "<tr><td colspan='9'>当前没有站点数据</td></tr>";
// $(".dataTables_paginate").hide();
$("#webBody").html(body);
}
//输出数据列表

Loading…
Cancel
Save