mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
Fix button state
This commit is contained in:
parent
b29caca472
commit
0889276494
@ -135,6 +135,7 @@ export default {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
if (errno === 0) {
|
if (errno === 0) {
|
||||||
|
this.pending = false;
|
||||||
swal({ type: 'success', html: msg });
|
swal({ type: 'success', html: msg });
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location = `${blessing.base_url}/${blessing.redirect_to || 'user'}`;
|
window.location = `${blessing.base_url}/${blessing.redirect_to || 'user'}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user