bug:修复大乱斗前6箭不射导致分数块展示错乱的问题
This commit is contained in:
@@ -43,7 +43,7 @@ const rowCount = new Array(6).fill(0);
|
||||
<view>
|
||||
<view v-for="(_, index) in rowCount" :key="index">
|
||||
<text>{{
|
||||
scores[1] && scores[1][index] ? `${scores[0][index].ring}环` : "-"
|
||||
scores[1] && scores[1][index] ? `${scores[1][index].ring}环` : "-"
|
||||
}}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user