|
@@ -232,6 +232,7 @@
|
|
|
<view class="progress_up">
|
|
|
<!-- 学习进度 (已做试卷+已做节)/(试卷数+节数) -->
|
|
|
<view class="classHour">
|
|
|
+ <text>{{ item.courseNum || item.courseNum == 0 ? item.courseNum : '-' }}课程/</text>
|
|
|
<text>{{ item.classHours || item.classHours == 0 ? item.classHours : '-' }}学时/</text>
|
|
|
<text>{{ item.secAllNum || item.secAllNum == 0 ? item.secAllNum : '-' }}视频</text>
|
|
|
</view>
|