feat: 跳信任桥官网
This commit is contained in:
+6
-2
@@ -18,8 +18,8 @@
|
|||||||
bgColor="#f1f6ff00"
|
bgColor="#f1f6ff00"
|
||||||
></up-image>
|
></up-image>
|
||||||
<view class="mine_info">
|
<view class="mine_info">
|
||||||
<view class="mine_info_name">
|
<view class="mine_info_name" >
|
||||||
<text style="margin-right: 20rpx">{{
|
<text style="margin-right: 20rpx" @click="jumpToTrustBridge">{{
|
||||||
currentUserData.nickname || "信任桥用户"
|
currentUserData.nickname || "信任桥用户"
|
||||||
}}</text>
|
}}</text>
|
||||||
<view class="level">
|
<view class="level">
|
||||||
@@ -524,6 +524,10 @@ export default {
|
|||||||
this.currentUserData = result.data || {};
|
this.currentUserData = result.data || {};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
jumpToTrustBridge() {
|
||||||
|
// 跳转到指定的信任桥地址
|
||||||
|
plus.runtime.openURL("http://agent.outer.tbmall.xin:6880/");
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 跳转到工具
|
* 跳转到工具
|
||||||
* @param {Object} item
|
* @param {Object} item
|
||||||
|
|||||||
Reference in New Issue
Block a user