mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-07 03:16:46 +08:00
修复相册图片不能加载更多的bug
This commit is contained in:
parent
503b7d8249
commit
2389f7b39b
1
public/i
Symbolic link
1
public/i
Symbolic link
@ -0,0 +1 @@
|
||||
/Users/wispx/Develop/Projects/lsky-pro/storage/app/uploads
|
File diff suppressed because one or more lines are too long
@ -84,6 +84,7 @@ window.utils = {
|
||||
},
|
||||
beforeSend() {
|
||||
props.loading = true;
|
||||
props.finished = false;
|
||||
$btn.text(loadingText).addClass('disabled')
|
||||
},
|
||||
success(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user