BUG修复

This commit is contained in:
kron
2025-11-17 14:30:54 +08:00
parent bb8f1c715e
commit 77f0460dd3
2 changed files with 6 additions and 1 deletions

View File

@@ -148,6 +148,7 @@ onMounted(() => {
</view>
</ScreenHint>
<BowData
:total="result.completed_arrows"
:arrows="result.arrows"
:show="showBowData"
:onClose="() => (showBowData = false)"