|
@@ -234,7 +234,7 @@
|
|
|
<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>
|
|
|
+ <text>{{ item.secAllNum || item.secAllNum == 0 ? item.secAllNum : '-' }}节</text>
|
|
|
</view>
|
|
|
<view class="scheduling">
|
|
|
<view class="sche_bar">
|