diff --git a/pages/login/login.vue b/pages/login/login.vue index bc565f1..d9239b6 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -5,7 +5,7 @@ --> - + 登录中 @@ -131,7 +131,7 @@ computed: { ...mapGetters(['userInfo', 'auth', 'autograph', 'userChecked']), validate() { - return isMobile(this.phone) && this.password && this.code + return this.phone && this.password && this.code } } }