From 9de6a54748f6b70312f3f146fb4f48978394c38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Thu, 10 Jul 2025 17:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DSZX-1107=E6=A0=87=E9=A2=98?= =?UTF-8?q?=EF=BC=9A=E5=A4=A7=E5=AD=A6=E5=A0=82=E5=85=AC=E4=BC=97=E5=8F=B7?= =?UTF-8?q?=E9=80=80=E5=87=BA=E5=90=8E=E7=99=BB=E5=BD=95=E5=8F=A6=E4=B8=80?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my/setting.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/my/setting.vue b/pages/my/setting.vue index 7e5a692..8cfced3 100644 --- a/pages/my/setting.vue +++ b/pages/my/setting.vue @@ -136,8 +136,6 @@ }) }, logout() { - // 先解绑,如果当前账号的绑定状态relieveStatus已经为true了,那么就先解绑,为false就直接退出登录 - this.relieveLogin(this.relieveStatus) this.clearShow=true; }, updateHeadImg() { @@ -194,6 +192,8 @@ }) }, confirmClear(){ + // 先解绑,如果当前账号的绑定状态relieveStatus已经为true了,那么就先解绑,为false就直接退出登录 + this.relieveLogin(this.relieveStatus) let that = this; that.$store.dispatch("LogOut").then(rs =>{ that.clearShow=false;