From 8e724b56bfdeeb74ee96f047f9a0601753fe4aa2 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 19 Apr 2022 11:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- public/home/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }