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(); });