🐛 修复用户图片列表中图片分页后无法搜索到指定图片的 bug. Closed #99

This commit is contained in:
WispX
2020-04-21 21:09:14 +08:00
parent b14e790fbb
commit f35dfcea36
+1 -1
View File
@@ -471,8 +471,8 @@
// 清空内容
foldersBox.html('')
imagesBox.html('');
params.page = 1;
params.keyword = $(this).find("input[name='keyword']").val();
params.page = 1;
methods.getData();
});