Merge pull request #48 from Undertone0809/btn-problem

🐛 fix the state transition of login button
This commit is contained in:
ronger 2022-10-23 10:11:50 +08:00 committed by GitHub
commit bb3a5cc991
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;