This commit is contained in:
kron
2025-07-01 23:07:47 +08:00
parent 606de53579
commit d2aa87e91c
4 changed files with 18 additions and 13 deletions

View File

@@ -127,7 +127,7 @@ async function onReceiveMessage(messages = []) {
}
if (msg.constructor === MESSAGETYPES.MatchOver) {
uni.redirectTo({
url: `/pages/battle-result?battleId=${msg.id}&winner=${msg.endStatus.winner}`,
url: `/pages/battle-result?battleId=${msg.id}`,
});
}
});