个人12支练习流程修改
This commit is contained in:
@@ -105,11 +105,7 @@ onBeforeUnmount(() => {
|
||||
<view>
|
||||
<TestDistance v-if="!practiseId" />
|
||||
<block v-if="practiseId">
|
||||
<ShootProgress
|
||||
:start="start"
|
||||
:tips="`请连续射${total}支箭`"
|
||||
:total="120"
|
||||
/>
|
||||
<ShootProgress :start="start" :tips="`请连续射${total}支箭`" />
|
||||
<view class="user-row">
|
||||
<Avatar :src="user.avatar" :size="35" />
|
||||
<BubbleTip v-if="showGuide" type="normal2">
|
||||
|
||||
Reference in New Issue
Block a user