fix:好友约战,我的战绩按钮跳转完成

This commit is contained in:
2026-05-07 13:53:51 +08:00
parent 542ee5f031
commit 31140c7ae2
2 changed files with 14 additions and 2 deletions

View File

@@ -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 () => {