修复声音问题
This commit is contained in:
@@ -248,7 +248,14 @@ onUnmounted(() => {
|
||||
:blueTeam="blueTeam"
|
||||
/>
|
||||
<TestDistance v-if="!start" :guide="false" />
|
||||
<ShootProgress v-if="start" :tips="tips" :seq="seq" :total="15" />
|
||||
<ShootProgress
|
||||
v-if="start"
|
||||
:tips="tips"
|
||||
:seq="seq"
|
||||
:total="15"
|
||||
:currentRound="currentRound"
|
||||
:battleId="battleId"
|
||||
/>
|
||||
<PlayersRow
|
||||
v-if="start"
|
||||
:currentShooterId="currentShooterId"
|
||||
|
||||
Reference in New Issue
Block a user