Browse Source

提交代码。

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

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

@@ -814,7 +814,7 @@ function page(current){
if(startIndex < 1){
startIndex = 1;
}
endIndex = currentPage + 1;
endIndex = currentPage + 2;
if(endIndex >= totalPage){
endIndex = totalPage;
}


Loading…
Cancel
Save