From 6706e48516a7ec89ed1e4d7f7b42e6387d9be6e0 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Wed, 20 Mar 2024 20:23:56 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } }