From 2978591aea419292547f64358b25325962873493 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Fri, 14 Nov 2025 16:47:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E8=BF=87=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=89=93=E5=BC=80=E8=AE=A2=E9=98=85=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Account/frontPage.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/component/Account/frontPage.vue b/src/component/Account/frontPage.vue index 6f004078..a6732c3e 100644 --- a/src/component/Account/frontPage.vue +++ b/src/component/Account/frontPage.vue @@ -104,6 +104,12 @@ export default defineComponent({ let key = accountfrontPage.frontPageList[0].key accountfrontPage.activeKey = key const data = route.query + if(!!data.subscribe){ + accountfrontPage.activeKey = 'cancelRenewal' + nextTick(()=>{ + domRefs.cancelRenewal[0].subscribe() + }) + } if(data?.state == 'weiXin'){ accountfrontPage.activeKey = 'bind' wechatLogin(data)