mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 23:36:44 +08:00
提交修改
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
<div class="course-author">
|
||||
<div class="course-author-left" v-if="cinfo.teacher">
|
||||
{{cinfo.teacher}}
|
||||
{{cinfo.teacher=='BOE教师'? '':cinfo.teacher}}
|
||||
</div>
|
||||
<div style="flex:1;text-align: center;">
|
||||
<span class="study-num">{{cinfo.studies}}人学习</span>
|
||||
@@ -100,7 +100,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="cor-praises" v-if="cinfo.type == 10 || cinfo.type == 20"><interactBar :type="1" :data="cinfo" :comments="false" :praises="false" :shares="false" :views="false"></interactBar> </div>
|
||||
<div class="cor-praises" v-if="cinfo.source == 1"><interactBar :type="1" :data="cinfo" :comments="false" :praises="false" :shares="false" :views="false"></interactBar> </div>
|
||||
</el-card>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user