feat:比赛优化

This commit is contained in:
2026-05-26 11:43:35 +08:00
parent 8664ae9fe4
commit 8ef64f8f42
30 changed files with 4575 additions and 38 deletions

View File

@@ -116,7 +116,7 @@ const backToGame = debounce(async () => {
await checkAudioProgress();
if (result.mode <= 3) {
uni.navigateTo({
url: `/pages/team-battle?battleId=${result.matchId}`,
url: `/pages/team-battle/index?battleId=${result.matchId}`,
});
} else {
uni.navigateTo({