商品列表价格

version/0412
shuxiaoquan 9 months ago
parent d3426c9283
commit ce8391a499
  1. 12
      pages/goods/list.vue

@ -83,7 +83,7 @@
<!-- 商品价格 -->
<view class="desc-footer">
<text
class="price-x">¥{{ item.goods_price_min>0?Number(item.goods_price_min):'' }}</text>
class="price-x">¥{{ item.goods_price_min>0?Number(item.goods_price_min):0.00 }}</text>
<text class="price-y col-9"
v-if="item.line_price_min > 0">¥{{ item.line_price_min>0?Number(item.line_price_min):'' }}</text>
</view>
@ -112,7 +112,7 @@
包邮
</view>
<view class="goodsInfo">
<view class="oneTip tip">
<!-- <view class="oneTip tip">
85英寸
</view>
<view class="twoTip tip">
@ -120,15 +120,15 @@
</view>
<view class="threeTip tip">
4K电视
</view>
</view> -->
</view>
<!-- 商品价格 -->
<view class="detail-price oneline-hide">
<text
class="goods-price f-30 col-m">{{ item.goods_price_min>0?Number(item.goods_price_min):'' }}
class="goods-price f-30 col-m">{{ item.goods_price_min>0?Number(item.goods_price_min):0.00}}
<text class="delPrice">到手价</text></text>
<text v-if="item.line_price_min > 0"
class="line-price col-9 f-24">{{ item.line_price_min>0?Number(item.line_price_min):'' }}</text>
class="line-price col-9 f-24">{{ item.line_price_min>0?Number(item.line_price_min):0.00 }}</text>
</view>
</view>
</view>
@ -176,7 +176,7 @@
</template>
</u-waterfall>
</view>
<u-empty text="暂无数据显示哦~" v-if="list.data.length==0" mode="list"></u-empty>
<!-- <u-empty text="暂无数据显示哦~" v-if="list.data.length==0" mode="list"></u-empty> -->
</view>
</mescroll-body>
</view>

Loading…
Cancel
Save