|
|
|
@ -81,9 +81,9 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品价格 --> |
|
|
|
|
<view class="desc-footer"> |
|
|
|
|
<text class="price-x">¥{{ item.goods_price_min }}</text> |
|
|
|
|
<text class="price-x">¥{{ item.goods_price_min>0?Number(item.goods_price_min):'' }}</text> |
|
|
|
|
<text class="price-y col-9" |
|
|
|
|
v-if="item.line_price_min > 0">¥{{ item.line_price_min }}</text> |
|
|
|
|
v-if="item.line_price_min > 0">¥{{ item.line_price_min>0?Number(item.line_price_min):'' }}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -115,10 +115,10 @@ |
|
|
|
|
</view> |
|
|
|
|
<!-- 商品价格 --> |
|
|
|
|
<view class="detail-price oneline-hide"> |
|
|
|
|
<text class="goods-price f-30 col-m">¥{{ item.goods_price_min }} <text |
|
|
|
|
<text class="goods-price f-30 col-m">¥{{ item.goods_price_min>0?Number(item.goods_price_min):'' }} <text |
|
|
|
|
class="delPrice">到手价</text></text> |
|
|
|
|
<text v-if="item.line_price_min > 0" |
|
|
|
|
class="line-price col-9 f-24">¥{{ item.line_price_min }}</text> |
|
|
|
|
class="line-price col-9 f-24">¥{{ item.line_price_min>0?Number(item.line_price_min):'' }}</text> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="evaluate"> |
|
|
|
|
200+条评论 99%好评率 |
|
|
|
|