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