pages/login/userPassword.vue
@@ -103,6 +103,7 @@ }); }) .catch(err => { this.submitLoading = false this.$u.toast('登录异常!'); console.log(err); }); @@ -133,10 +134,11 @@ }); } } }) .catch(e => { }).catch(e => { this.submitLoading = false this.$u.toast(e); }); } } };