mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'third' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into third
This commit is contained in:
@@ -99,7 +99,11 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="couresstartTime"> <span v-if="startTime">授课时间:{{ cinfo.startTime }}</span> </div>
|
||||
<div class="couresstartTime">
|
||||
<div v-if="cinfo.type == 30">
|
||||
<span v-if="startTime">授课时间:{{ cinfo.startTime }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="course-info">
|
||||
<div class="course-info-user">
|
||||
|
||||
Reference in New Issue
Block a user