修复相册图片不能加载更多的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

1
public/i Symbolic link
View File

@ -0,0 +1 @@
/Users/wispx/Develop/Projects/lsky-pro/storage/app/uploads

File diff suppressed because one or more lines are too long

View File

@ -84,6 +84,7 @@ window.utils = {
},
beforeSend() {
props.loading = true;
props.finished = false;
$btn.text(loadingText).addClass('disabled')
},
success(response) {