细节完善
This commit is contained in:
@@ -93,6 +93,9 @@ async function onReceiveMessage(content) {
|
||||
}
|
||||
playersScores.value[msg.userId].push(msg.target);
|
||||
}
|
||||
if (msg.constructor === MESSAGETYPES.HalfTimeOver) {
|
||||
tips.value = "上半场结束,休息一下吧:) 20秒后进入下半场";
|
||||
}
|
||||
if (msg.constructor === MESSAGETYPES.MatchOver) {
|
||||
uni.redirectTo({
|
||||
url: `/pages/battle-result?battleId=${msg.id}`,
|
||||
|
||||
Reference in New Issue
Block a user