Commit a71ce81fdb3f75e3722a1a8b102e7119840b48d7

Authored by zhiyangdu
1 parent cb43cc4e

热门动态标题

src/components/darenListCom/darenListCom.vue
... ... @@ -37,7 +37,7 @@
37 37 <!-- 热门信息 -->
38 38 <div class="hot-info-box" v-if="item&&item.comment_content&&item.comment_content.content">
39 39 <div class="hot-img-box">
40   - <img :src="item.goods.simg" class="hot-img" mode="heightFix" />
  40 + <img src="static/img/icon_popular_comment.png" class="hot-img" mode="heightFix" />
41 41 </div>
42 42 <div class="line"></div>
43 43 <div class="info">
... ...