From b970bd5a18949aa8a18dbf9addd052a00c3e69c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <1986070059@qq.com> Date: Mon, 3 Nov 2025 19:35:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=B3=E4=BF=A1=E4=BB=BB=E6=A1=A5?= =?UTF-8?q?=E5=AE=98=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index f2c46f1..f0f8afa 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -18,8 +18,8 @@ bgColor="#f1f6ff00" > - - {{ + + {{ currentUserData.nickname || "信任桥用户" }} @@ -524,6 +524,10 @@ export default { this.currentUserData = result.data || {}; } }, + jumpToTrustBridge() { + // 跳转到指定的信任桥地址 + plus.runtime.openURL("http://agent.outer.tbmall.xin:6880/"); + }, /** * 跳转到工具 * @param {Object} item