Commit 7f25904694850055be585f799048c437d520920a
1 parent
268d0461
订单列表要显示优惠券
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/order_list/order_list.wxml
... | ... | @@ -215,6 +215,7 @@ |
215 | 215 | <view>合计<text wx:if="{{item.discount!=underdefine && item.discount!=null && item.discount!=0}}" style="color:#d60021;">(改)</text>:</view> |
216 | 216 | <view class="fs24 c-r">¥</view> |
217 | 217 | <view class="c-r">{{filters.toFix(item.order_amount+item.user_money+item.pt_tail_money+item.use_commission+item.pre_cut,2)}} |
218 | + <text wx:if="{{item.coupon_price}}">+{{item.coupon_price}}元优惠券</text> | |
218 | 219 | </view> |
219 | 220 | |
220 | 221 | </view> | ... | ... |