feat: 跳信任桥官网

This commit is contained in:
黄泽群
2025-11-03 19:35:24 +08:00
parent 9320add80d
commit b970bd5a18
+6 -2
View File
@@ -18,8 +18,8 @@
bgColor="#f1f6ff00"
></up-image>
<view class="mine_info">
<view class="mine_info_name">
<text style="margin-right: 20rpx">{{
<view class="mine_info_name" >
<text style="margin-right: 20rpx" @click="jumpToTrustBridge">{{
currentUserData.nickname || "信任桥用户"
}}</text>
<view class="level">
@@ -524,6 +524,10 @@ export default {
this.currentUserData = result.data || {};
}
},
jumpToTrustBridge() {
// 跳转到指定的信任桥地址
plus.runtime.openURL("http://agent.outer.tbmall.xin:6880/");
},
/**
* 跳转到工具
* @param {Object} item