浏览代码

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.4.2^2
zouap 3 年前
父节点
当前提交
8e724b56bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      public/home/search.js

+ 1
- 1
public/home/search.js 查看文件

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


正在加载...
取消
保存