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