Commit 16b26ff6 by 高淑倩

下单页_运费

parent e4393b79
......@@ -129,6 +129,14 @@
</view>
</view>
</view>
<view class="coupon">
<view>
<text class="price-label">运费</text>
<view class="select-coupon" bindtap="selectCoupon">
<text class="no-coupon">¥{{currentOrderList.freight}}</text>
</view>
</view>
</view>
<view class="coupon" wx:if="{{isSelect}}">
<view>
<text class="price-label">{{plusMemberName}}</text>
......
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