|
@@ -12,12 +12,14 @@
|
|
|
<image src="/static/icon/wk_icon2.png" class="wk_icon"></image>
|
|
|
学习有效期:<text class="content"> {{$method.timestampToTime(item.studyStartTime)}} - {{$method.timestampToTime(item.studyEndTime)}} </text>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
<!-- </navigator> -->
|
|
|
<view class="bottomBox">
|
|
|
+ <view style="color: #999999;font-size: 24rpx;">刷题进度:{{item.doNum}}/{{item.totalNum}}</view>
|
|
|
<view class="box_progress">
|
|
|
<view style="width: 60%;">
|
|
|
- <u-line-progress :show-percent="false" active-color="#007AFF" :percent="item.doNum/item.totalNum"></u-line-progress>
|
|
|
+ <u-line-progress :show-percent="false" active-color="#007AFF" :percent="(item.doNum/item.totalNum)*100"></u-line-progress>
|
|
|
</view>
|
|
|
<view>
|
|
|
<!-- <navigator hover-class="none" :url="'/pages2/bank/question_detail?id='+item.goodsId"> -->
|