完成加入,退出房间
This commit is contained in:
@@ -315,14 +315,9 @@ onHide(() => {
|
||||
:team="blueTeam"
|
||||
:isRed="false"
|
||||
:currentShooterId="currentShooterId"
|
||||
:youTurn="true"
|
||||
/>
|
||||
<ShootProgress2 :tips="tips" :currentRound="'round' + currentRound" />
|
||||
<TeamAvatars
|
||||
:team="redTeam"
|
||||
:currentShooterId="currentShooterId"
|
||||
:youTurn="true"
|
||||
/>
|
||||
<TeamAvatars :team="redTeam" :currentShooterId="currentShooterId" />
|
||||
</view>
|
||||
<BowTarget
|
||||
v-if="start"
|
||||
|
||||
Reference in New Issue
Block a user