update:优化节奏训练结算

This commit is contained in:
2026-08-25 18:00:14 +08:00
parent 2eba5f87d7
commit 45bc324f70
3 changed files with 13 additions and 2 deletions
@@ -454,7 +454,7 @@ const calories = computed(
</view>
</view>
</ScreenHint>
<BowData :total="details.length" :arrows="details" :show="showBowData"
<BowData :total="details.length" :arrows="details" :show="showBowData" :trainingType="resultTrainingType"
:onClose="() => (showBowData = false)" />
<UserUpgrade :show="showUpgrade" :onClose="() => (showUpgrade = false)" :lvl="userLevel" />
</view>