细节调整

This commit is contained in:
kron
2025-06-17 19:35:21 +08:00
parent 28e3d49e57
commit ab8aa08a35
5 changed files with 55 additions and 44 deletions

View File

@@ -146,7 +146,7 @@ onUnmounted(() => {
:redTeam="redTeam"
:blueTeam="blueTeam"
/>
<Guide noBg v-if="!start">
<Guide noBg v-if="!start && startMatch.value">
<view :style="{ display: 'flex', justifyContent: 'space-between' }">
<view :style="{ display: 'flex', flexDirection: 'column' }">
<text :style="{ color: '#fed847' }">请预先射几箭测试</text>
@@ -163,6 +163,7 @@ onUnmounted(() => {
:redTeam="redTeam"
/>
<BowTarget
v-if="startMatch.value"
:showE="start && user.id === currentShooterId"
:power="start ? power : 0"
:currentRound="currentRound"