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

@@ -256,7 +256,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}`,
});
}
}
@@ -478,7 +478,7 @@ onUnmounted(() => {
}
.team-mode {
width: calc(100vw - 30px);
height: 120vw;
height: 107vw;
margin: 15px;
}
.team-mode > image:first-child {