Commit 119c79d6 authored by 王建威's avatar 王建威

默认图片

parent 23694982
......@@ -82,7 +82,7 @@
</view>
<view class="recommend_list">
<view v-for="(item, index) in recommend_goods" :key="index" class="recomment_item">
<image :src="item.default_image" @click="$jumpGoodDetail(item.goods_id)"></image>
<image :src="item.default_image || $noGoodsImg" @click="$jumpGoodDetail(item.goods_id)"></image>
<view class="recomment_goods_name">{{item.goods_name}}</view>
<view class="recommend_flex">
<text class="symbol"><text class="price">{{item.price}}</text></text>
......
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