From 7bfc4294ff7c361e96ad776920f06717464b426b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=8D=93=E7=85=9C?= <2210102150@qq.com> Date: Wed, 9 Jul 2025 17:19:16 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/my/setting.vue b/pages/my/setting.vue index f82739e..7e5a692 100644 --- a/pages/my/setting.vue +++ b/pages/my/setting.vue @@ -136,6 +136,8 @@ }) }, logout() { + // 先解绑,如果当前账号的绑定状态relieveStatus已经为true了,那么就先解绑,为false就直接退出登录 + this.relieveLogin(this.relieveStatus) this.clearShow=true; }, updateHeadImg() {