Commit b3a09fee authored by zhengxiuming's avatar zhengxiuming

修改品牌显示

parent c06da3e9
......@@ -49,7 +49,7 @@
<image class="goods_image" :src="item._source.default_image || $noGoodsImg" lazy-load @error="$__reloadResource(item)" mode="aspectFit"></image>
<image v-if="item._source.equipment_id" src="https://dbc-static.oss-cn-beijing.aliyuncs.com/static/WechatIMG4.png" class="equipment_logo" mode="aspectFill"></image>
</view>
<view class="title">{{item._source.brand}}{{item._source.goods_name}}</view>
<view class="title">{{item._source.brand ? `【${item._source.brand}】` : ''}}{{item._source.goods_name}}</view>
<view class="sub-title">{{item._source.goods_subname}}</view>
<view v-if="isLogin">
<view v-if="item._source.is_pro === 1">
......
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