1v1比赛结果页UI更新

This commit is contained in:
kron
2025-08-01 15:25:51 +08:00
parent d7306db2dd
commit 18ac484844
11 changed files with 154 additions and 45 deletions

View File

@@ -235,7 +235,7 @@ async function onReceiveMessage(messages = []) {
uni.redirectTo({
url: "/pages/battle-result",
});
}, 1500);
}, 1000);
}
}
if (msg.constructor === MESSAGETYPES.BackToGame) {