页面调整

This commit is contained in:
kron
2025-07-11 12:03:55 +08:00
parent c2e9573100
commit 81c064ba8b
7 changed files with 82 additions and 25 deletions

View File

@@ -57,16 +57,16 @@ onUnmounted(() => {
<text>{{ round }}轮射击结束</text>
<block v-if="!isFinal">
<view class="point-view1">
<text>本轮</text>
<text>本轮</text>
<text>{{
(roundData.redArrows || []).reduce(
(roundData.blueArrows || []).reduce(
(last, next) => last + next.ring,
0
)
}}</text>
<text></text>
<text></text>
<text>{{
(roundData.blueArrows || []).reduce(
(roundData.redArrows || []).reduce(
(last, next) => last + next.ring,
0
)