Commit 599c4d9e by 侯体倬

商品价格展示优化

parent 19e7be38
...@@ -180,12 +180,12 @@ ...@@ -180,12 +180,12 @@
</view> </view>
</block> </block>
<view <view
class="price flex" class="price"
style="color:{{datas.componentData['priceColor']}};font-size:{{datas.componentData['priceFontSize']}}em;" style="color:{{datas.componentData['priceColor']}};font-size:{{datas.componentData['priceFontSize']}}em;display:{{datas.componentData['columnNum']<3?'flex':'block'}}"
wx:elif="{{datas.componentData['priceShow']}}" wx:elif="{{datas.componentData['priceShow']}}"
> >
<text>¥{{items!=null ? minPrice : 0}}</text> <text>¥{{items!=null ? minPrice : 0}}</text>
<text style="font-size:24rpx;color:#999;text-decoration:line-through;" wx:if="{{items!=null&&datas.componentData['priceMarking']&&items['minGoodsSuggestedRetailPrice']&&(minPrice-0<minGoodsSuggestedRetailPrice-0)&&datas.componentData['columnNum']<4}}">¥{{minGoodsSuggestedRetailPrice}}</text> <text style="font-size:24rpx;color:#999;text-decoration:line-through;display:{{datas.componentData['columnNum']<3?'inline-block':'block'}}" wx:if="{{items!=null&&datas.componentData['priceMarking']&&items['minGoodsSuggestedRetailPrice']&&(minPrice-0<minGoodsSuggestedRetailPrice-0)&&datas.componentData['columnNum']<4}}">¥{{minGoodsSuggestedRetailPrice}}</text>
</view> </view>
<view class="vipPrice2 flex" wx:if="{{datas.componentData.vipPrice}}"> <view class="vipPrice2 flex" wx:if="{{datas.componentData.vipPrice}}">
<view class="left" wx:if="{{items.showVipPrice==true}}"> <view class="left" wx:if="{{items.showVipPrice==true}}">
......
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