From e4be873c0f66ba91d66eea39abb0cfa15e88d3fd Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 18 Mar 2022 11:50:31 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/home/search.js b/public/home/search.js index fcae4abe6..df497dc19 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -696,9 +696,9 @@ function page(current){ var html =""; console.log("currentPage=" + currentPage); console.log("privateTotal=" + privateTotal); - if(totalPage==0){ - return; - } + // if(totalPage==0){ + // return; + // } html += "共 " + totalNum + " 条" if(currentPage > 1){ html += "首页";