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