From 6ba708143d43563fb52f170f8c8d8db9bb588196 Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Thu, 19 Mar 2020 22:22:39 +0800 Subject: [PATCH] :bug: Fixing a bug. --- application/index/view/user/images.html | 1 + 1 file changed, 1 insertion(+) diff --git a/application/index/view/user/images.html b/application/index/view/user/images.html index 80003d0e..6c8316dc 100644 --- a/application/index/view/user/images.html +++ b/application/index/view/user/images.html @@ -471,6 +471,7 @@ // 清空内容 foldersBox.html('') imagesBox.html(''); + params.page = 1; params.keyword = $(this).find("input[name='keyword']").val(); methods.getData(); });