Commit a71ce81fdb3f75e3722a1a8b102e7119840b48d7
1 parent
cb43cc4e
热门动态标题
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/darenListCom/darenListCom.vue
| @@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
| 37 | <!-- 热门信息 --> | 37 | <!-- 热门信息 --> |
| 38 | <div class="hot-info-box" v-if="item&&item.comment_content&&item.comment_content.content"> | 38 | <div class="hot-info-box" v-if="item&&item.comment_content&&item.comment_content.content"> |
| 39 | <div class="hot-img-box"> | 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 | </div> | 41 | </div> |
| 42 | <div class="line"></div> | 42 | <div class="line"></div> |
| 43 | <div class="info"> | 43 | <div class="info"> |