mobile/pages/shop/shop_list.vue
@@ -76,7 +76,8 @@
                           <image :src="item1.image[0].file_path"></image>
                        </view>
                        <view class="shop_list_body_item_product_item_price">
                           <view class="f22 red">¥
                           <view class="f22 red" v-if="item1.is_price_negotiable">价格面议</view>
                           <view class="f22 red" v-else>¥
                              <text class="f32">
                                 {{item1.product_price}}
                              </text>