细节完善

This commit is contained in:
kron
2025-07-16 17:55:11 +08:00
parent 5770fb2ce2
commit 0adc1fa73a
4 changed files with 16 additions and 12 deletions

View File

@@ -222,12 +222,7 @@ const onClose = () => {
<view style="height: 570px" v-if="step === 1">
<Swiper :onChange="onSwiperIndexChange" :data="guideImages" />
</view>
<ShootProgress
v-if="step === 4"
tips="请开始连续射箭"
:total="100"
:start="start"
/>
<ShootProgress v-if="step === 4" tips="请开始连续射箭" :start="start" />
<TestDistance v-if="step === 2" :guide="false" />
<view
class="user-row"