修复声音问题

This commit is contained in:
kron
2025-07-14 22:39:53 +08:00
parent 926b8dea69
commit f02062c1ad
3 changed files with 33 additions and 13 deletions

View File

@@ -510,6 +510,8 @@ onUnmounted(() => {
:seq="seq"
:start="start && startCount"
:total="total"
:currentRound="currentRound"
:battleId="battleId"
/>
<PlayersRow
v-if="room.battleType === 1"