🐛 fix the state transition of login button

This commit is contained in:
Zeeland 2022-10-23 03:10:58 +08:00 committed by GitHub
parent 4f82de9aa2
commit d26d6c0e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,8 @@ export default {
}) })
} }
} }
},functions(error) {
_ts.$set(_ts, 'loginLoading', false);
}) })
} else { } else {
return false; return false;