细节调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user