diff --git a/public/home/search.js b/public/home/search.js index 5e647070a..c55d1807c 100644 --- a/public/home/search.js +++ b/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; }