|
@@ -26,7 +26,7 @@
|
|
|
学习进度:{{ item.stuAllNum }}/{{ item.secAllNum }}
|
|
|
</view>
|
|
|
<view class="box_progress">
|
|
|
- <view style="width: 60%;"><u-line-progress :showText="false" active-color="#ff9900" :percent="(item.stuAllNum / item.secAllNum) * 100"></u-line-progress></view>
|
|
|
+ <view style="width: 60%;"><u-line-progress :showText="false" active-color="#ff9900" :show-percent="false" :percent="(item.stuAllNum / item.secAllNum) * 100"></u-line-progress></view>
|
|
|
<view><u-button type="warning" size="mini" @click.stop="studyIn(item.goodsId)">进入学习</u-button></view>
|
|
|
</view>
|
|
|
<view class="box_progress" v-if="item.applyStatus === 1">
|