Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
80c65f81af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      public/home/search.js

+ 1
- 0
public/home/search.js View File

@@ -586,6 +586,7 @@ function page(current){
html += "<a id=\"page_" + page_i+ "\" class=\"item\" href=\"page(" + page_i +")\">" + page_i + "</a>";
}
}
document.getElementById("page_ids").innerHTML=html;
if(currentPage >=totalPage){
$('#nextPage').addClass("disabled");
$('#endPage').addClass("disabled");


Loading…
Cancel
Save