From f35dfcea367e039bd1da839298b55e709dcb464d Mon Sep 17 00:00:00 2001 From: WispX Date: Tue, 21 Apr 2020 21:09:14 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=88=97=E8=A1=A8=E4=B8=AD=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=90=8E=E6=97=A0=E6=B3=95=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=88=B0=E6=8C=87=E5=AE=9A=E5=9B=BE=E7=89=87=E7=9A=84=20bug.?= =?UTF-8?q?=20Closed=20#99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/user/images.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/index/view/user/images.html b/application/index/view/user/images.html index 6c8316dc..d4862559 100644 --- a/application/index/view/user/images.html +++ b/application/index/view/user/images.html @@ -471,8 +471,8 @@ // 清空内容 foldersBox.html('') imagesBox.html(''); - params.page = 1; params.keyword = $(this).find("input[name='keyword']").val(); + params.page = 1; methods.getData(); });