修复首页转跳企业认证方式错误
This commit is contained in:
@@ -184,7 +184,12 @@
|
||||
confirmText: pathName === 'vipIndex' ? '去开通': '去认证',
|
||||
confirmColor: '#8b64fd',
|
||||
success: res => {
|
||||
console.log(pathName)
|
||||
if(res.confirm) {
|
||||
if(pathName === 'User'){
|
||||
this.$Router.pushTab({name: pathName})
|
||||
return
|
||||
}
|
||||
this.$Router.push({name: pathName})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user