细节完善

This commit is contained in:
kron
2025-07-25 15:18:46 +08:00
parent e5b1194882
commit 10af25c254
7 changed files with 129 additions and 81 deletions

View File

@@ -41,7 +41,13 @@ defineProps({
</view>
</view>
<block v-if="roundResults.length < 3">
<view v-for="i in 3 - roundResults.length" :key="i"> </view>
<view v-for="i in 3 - roundResults.length" :key="i">
<text>Round</text>
<view>
<text></text>
<text></text>
</view>
</view>
</block>
</view>
<view>
@@ -62,7 +68,13 @@ defineProps({
</view>
</view>
<block v-if="roundResults.length < 3">
<view v-for="i in 3 - roundResults.length" :key="i"> </view>
<view v-for="i in 3 - roundResults.length" :key="i">
<text>Round</text>
<view>
<text></text>
<text></text>
</view>
</view>
</block>
</view>
</view>