BUG修复

This commit is contained in:
kron
2025-07-17 09:35:30 +08:00
parent 69ad55da41
commit 124f50429d
5 changed files with 21 additions and 24 deletions

View File

@@ -320,10 +320,11 @@ async function onReceiveMessage(messages = []) {
tips.value = "请在90秒内射完12支箭";
seq.value += 1;
}
roundResults.value.push({
redArrows: [],
blueArrows: [],
});
if (!roundResults.value.length)
roundResults.value.push({
redArrows: [],
blueArrows: [],
});
total.value = 15;
}
if (msg.constructor === MESSAGETYPES.MeleeAllReady) {