From b8a7d477f894fcffc32c2d5fb1f3ff5bf6409fc4 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 07 七月 2023 14:25:41 +0800
Subject: [PATCH] 验质增加字段

---
 pages/login/login.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pages/login/login.vue b/pages/login/login.vue
index adac256..132f756 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -121,7 +121,6 @@
 					apiLoginWx({ code: code }).then(res => {
 						if (res.code != 1) {
 							this.$u.toast('鐧诲綍鎴愬姛');
-							this.changeisLogin(true);
 							// 鐧婚檰鎴愬姛锛屽瓨鍌ㄧ浉鍏充俊鎭�
 							setToken(res.access_token);
 							setRefreshToken(res.refresh_token);
@@ -136,7 +135,7 @@
 								this.$nextTick(() => {
 									redirectHome();
 								});
-							});
+							})
 						} else {
 							this.$u.toast(res.msg);
 							this.bindWxModelShow = true;

--
Gitblit v1.9.1