From 31140c7ae252ca3678ad64fc9bdc78c9afe8f59b Mon Sep 17 00:00:00 2001 From: chenlimao Date: Thu, 7 May 2026 13:53:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=A5=BD=E5=8F=8B=E7=BA=A6?= =?UTF-8?q?=E6=88=98=EF=BC=8C=E6=88=91=E7=9A=84=E6=88=98=E7=BB=A9=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B7=B3=E8=BD=AC=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/friend-battle.vue | 4 ++-- src/pages/my-growth.vue | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/friend-battle.vue b/src/pages/friend-battle.vue index 919ae4d..3741aba 100644 --- a/src/pages/friend-battle.vue +++ b/src/pages/friend-battle.vue @@ -73,10 +73,10 @@ const onSignin = () => { showSignin.value = false; }; -/** 跳转到我的战绩页面 */ +/** 跳转到我的战绩页面,默认展示「好友约战」tab */ const goMyRecord = () => { uni.navigateTo({ - url: '/pages/my-growth', + url: '/pages/my-growth?tab=1', }); }; onShow(async () => { diff --git a/src/pages/my-growth.vue b/src/pages/my-growth.vue index 34dec56..c0f2bf9 100644 --- a/src/pages/my-growth.vue +++ b/src/pages/my-growth.vue @@ -1,5 +1,6 @@