Commit d94f00e8dcaa47a8444132b950627da7a282d5e2

Authored by WXD-SEASON\season
2 parents b70d396a 7f259046

Merge branch 'test' of http://git.vipzhuang.cn/wxd/MShopWeApp into qa

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>
... ...