From 7367d2f105ed6596b44c45da339676bf88a74436 Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 18 Mar 2022 16:28:26 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/public/home/search.js b/public/home/search.js index 3e0982a41..874c8df29 100644 --- a/public/home/search.js +++ b/public/home/search.js @@ -698,6 +698,7 @@ function page(current){ inputpage.setCustomValidity("请输入大于0的数值。"); } else if(goNum<=totalPage){ + inputpage.setCustomValidity(""); page(goNum); } else{