feat: 通过路径直接打开订阅弹窗
This commit is contained in:
@@ -104,6 +104,12 @@ export default defineComponent({
|
|||||||
let key = accountfrontPage.frontPageList[0].key
|
let key = accountfrontPage.frontPageList[0].key
|
||||||
accountfrontPage.activeKey = key
|
accountfrontPage.activeKey = key
|
||||||
const data = route.query
|
const data = route.query
|
||||||
|
if(!!data.subscribe){
|
||||||
|
accountfrontPage.activeKey = 'cancelRenewal'
|
||||||
|
nextTick(()=>{
|
||||||
|
domRefs.cancelRenewal[0].subscribe()
|
||||||
|
})
|
||||||
|
}
|
||||||
if(data?.state == 'weiXin'){
|
if(data?.state == 'weiXin'){
|
||||||
accountfrontPage.activeKey = 'bind'
|
accountfrontPage.activeKey = 'bind'
|
||||||
wechatLogin(data)
|
wechatLogin(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user