feat: 跳转判断

This commit is contained in:
黄泽群
2025-11-04 14:54:27 +08:00
parent 9be1126016
commit a39117fde8
+3 -2
View File
@@ -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'
}) })
}
}, },
/** /**
* 跳转到工具 * 跳转到工具