Commit 03a86f33aeb4cfe77e5c9d43be906ec6c9dccb07
1 parent
90c96aa5
商品的限购数量的显示优化
Showing
1 changed file
with
2 additions
and
1 deletions
components/promate_pop/promate_pop.wxml
@@ -20,7 +20,8 @@ | @@ -20,7 +20,8 @@ | ||
20 | <view class="item_pro_right"> | 20 | <view class="item_pro_right"> |
21 | <view wx:if="{{item.prom_type!=3}}" class="fs26" style="max-width:81%" >{{item.title}}</view> | 21 | <view wx:if="{{item.prom_type!=3}}" class="fs26" style="max-width:81%" >{{item.title}}</view> |
22 | <view wx:else class="fs26" style="max-width:81%" >{{item.title}} | 22 | <view wx:else class="fs26" style="max-width:81%" >{{item.title}} |
23 | - 消费满<text class="c-red">{{item.condition}}</text>享优惠({{item.limit}}) | 23 | + 消费满<text class="c-red">{{item.condition}}</text> |
24 | + 享优惠({{item.limit}}<text wx:if="{{item.goodslimit}}">,限购{{item.goodslimit}}件</text>) | ||
24 | </view> | 25 | </view> |
25 | 26 | ||
26 | <view wx:if="{{item.prom_type==5}}" class="fs26">搭配价:<text class="c-red">{{item.show_price}}</text></view> | 27 | <view wx:if="{{item.prom_type==5}}" class="fs26">搭配价:<text class="c-red">{{item.show_price}}</text></view> |