细节调整

This commit is contained in:
kron
2025-07-23 16:01:16 +08:00
parent cfb1b8cd7f
commit 46ec2ade9a
7 changed files with 75 additions and 47 deletions

View File

@@ -25,7 +25,10 @@ defineProps({
<view class="players">
<view>
<view v-for="(result, index) in roundResults" :key="index">
<text>Round {{ index + 1 }}</text>
<text
>{{ index > 4 ? "决金箭" : "Round" }}
{{ index > 4 ? `R${index - 4}` : index + 1 }}</text
>
<view>
<text>{{
result.blueArrows.length
@@ -40,7 +43,10 @@ defineProps({
</view>
<view>
<view v-for="(result, index) in roundResults" :key="index">
<text>Round {{ index + 1 }}</text>
<text
>{{ index > 4 ? "决金箭" : "Round" }}
{{ index > 4 ? `R${index - 4}` : index + 1 }}</text
>
<view>
<text>{{
result.redArrows.length