feat: 跳转判断
This commit is contained in:
+3
-2
@@ -526,10 +526,11 @@ export default {
|
|||||||
},
|
},
|
||||||
jumpToTrustBridge() {
|
jumpToTrustBridge() {
|
||||||
// 跳转到指定的信任桥地址
|
// 跳转到指定的信任桥地址
|
||||||
console.log("跳转到指定的信任桥地址")
|
if(this.currentUserData && (this.currentUserData?.isAgentLogin == 1 || this.currentUserData?.isAgentLogin == 2)){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:'/pages/mine_package/mild-shopping/mild-shopping'
|
url:'/pages/mine_package/mild-shopping/mild-shopping'
|
||||||
})
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* 跳转到工具
|
* 跳转到工具
|
||||||
|
|||||||
Reference in New Issue
Block a user