Commit 855b6025 authored by zhengke's avatar zhengke

修改

parent 54c88718
......@@ -127,7 +127,10 @@
<div class="d1" style="width:25%">
<div class="di-title">课程名称</div>
<div class="di-c" style="margin-top: 25px;">
<div><img :src="item.CoverImg" style="width:60px;height:60px;margin-right:10px;" /></div>
<div>
<img :src="item.CoverImg" v-if="item.CoverImg" style="width:60px;height:60px;margin-right:10px;" />
<img style="width:60px;height:60px;margin-right:10px;" v-else src="../../assets/images/default.png"/>
</div>
<div>{{item.CourseName}}</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment