xuqiaoying 2 лет назад
Родитель
Сommit
5c347d9c96
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pages/learn/index.vue

+ 1 - 0
pages/learn/index.vue

@@ -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>