Commit d177811f by 陈超

T

parent 43237662
......@@ -71,7 +71,7 @@
<div v-for="(item, index) in items" :key="index" class="home_class_item layout_v">
<div class="layout_h">
<van-image style="margin-right: 0.75rem;" height="72" width="128" fit="cover" src="{:getCover(item.cover ,580 , 320 )}">
<van-image style="margin-right: 0.75rem;" height="72" width="128" fit="cover" :src="item.cover">
</van-image>
<div class="weight_full layout_v">
<span class="text_14_600 color_333333 van-multi-ellipsis--l2">{{item.title}}</span>
......
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