fix: 个人练习报环完成之后再弹练习结果弹窗

(cherry picked from commit a6becf67ff)
This commit is contained in:
2026-05-07 18:30:46 +08:00
parent 8c66ef78c6
commit d1bd036351
2 changed files with 10 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ async function onReceiveMessage(msg) {
halfTime.value = false;
audioManager.play("比赛开始");
} else if (msg.type === MESSAGETYPESV2.BattleEnd) {
audioManager.play("比赛结束");
audioManager.play("比赛结束", false);
} else if (msg.type === MESSAGETYPESV2.ShootResult) {
let arrow = {};
if (msg.details && Array.isArray(msg.details)) {