From fc0285dc02d9f7ae26decf162e204a17cd372d07 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 27 Oct 2025 11:24:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(app=E8=B7=B3=E8=BD=AC=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E6=96=87=E4=BB=B6):=20=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Ranking/topUser.vue | 1 + src/utils/appBridge.js | 8 +++----- src/views/Ranking/Ranking.vue | 6 +++--- src/views/TopList/TopList.vue | 7 ++++++- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/components/Ranking/topUser.vue b/src/components/Ranking/topUser.vue index a510be0..c5df585 100644 --- a/src/components/Ranking/topUser.vue +++ b/src/components/Ranking/topUser.vue @@ -23,6 +23,7 @@ >
{ }) // 跳转app -const gotoAppPage = (item) => { +const gotoAppPage = (id) => { if (isInAppEnvironment.value) { if (rankingType.value == 'Room') { - gotoRoom(item.id) + gotoRoom(id) } else { - viewUserInfo(item.id) + viewUserInfo(id) } } } diff --git a/src/views/TopList/TopList.vue b/src/views/TopList/TopList.vue index f20bfcc..a89ae8d 100644 --- a/src/views/TopList/TopList.vue +++ b/src/views/TopList/TopList.vue @@ -26,7 +26,12 @@
-
+