From 5b36205c484f8d12ef5b06690f454ed6c3e2e0e2 Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 28 Feb 2022 14:31:36 +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 | 3 ++- templates/explore/search_new.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/home/search.js b/public/home/search.js index ce628bd9a..6a6944df4 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -539,7 +539,6 @@ function page(current){ } } - function goPage(){ var goNum = $('#goNum').val(); @@ -577,6 +576,7 @@ function page(current){ $('#lastPage').addClass("disabled"); } var totalPage=Math.ceil(pageData.Total/pageSize) + console.log("totalPage=" + totalPage); var html =""; for(var i=0;i<5&&(i+currentPage) - 末页 + 末页
前往