UI调整
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user