feat: 通过路径直接打开订阅弹窗

This commit is contained in:
zhangyh
2025-11-14 16:47:17 +08:00
parent b1cc02b8ee
commit 2978591aea

View File

@@ -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)