修复相册图片不能加载更多的bug

This commit is contained in:
Wisp X
2022-03-13 09:47:12 +08:00
parent 503b7d8249
commit 2389f7b39b
3 changed files with 3 additions and 1 deletions
Symlink
+1
View File
@@ -0,0 +1 @@
/Users/wispx/Develop/Projects/lsky-pro/storage/app/uploads
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -84,6 +84,7 @@ window.utils = {
},
beforeSend() {
props.loading = true;
props.finished = false;
$btn.text(loadingText).addClass('disabled')
},
success(response) {