BUG修复

This commit is contained in:
kron
2025-06-25 22:02:10 +08:00
parent 9090f06730
commit 0ea2d65e67
3 changed files with 7 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ onLoad(async (options) => {
<text></text>
</view>
<ScorePanel
:completeEffect="false"
:rowCount="arrows.length === 12 ? 6 : 9"
:total="arrows.length"
:scores="arrows.map((a) => a.ring)"