Browse Source

【优化】 积分商城订单自提不显示运费

master
邓平艺 4 years ago
parent
commit
1ac734d2d4
  1. 2
      pages/order/newdetail/newdetail.vue

2
pages/order/newdetail/newdetail.vue

@ -85,6 +85,7 @@
<text class="lf-color-777">积分数量</text>
<text class="lf-color-222">{{order_details.redeem_point}}</text>
</view>
<block v-if="order_details.pick_self == 0">
<view class="lf-row-between lf-m-t-30 lf-font-28">
<text class="lf-color-777">应付运费</text>
<text class="lf-color-222">¥{{unitConversion(order_details.payable_freight)}}</text>
@ -93,6 +94,7 @@
<text class="lf-color-777">实付运费</text>
<text class="lf-color-222">¥{{unitConversion(order_details.real_freight)}}</text>
</view>
</block>
</view>
<view class="card" v-if="type == 'default'">
<view class="lf-row-between lf-font-28" v-if="order_details.adjustments[0].origin_type == 'coupon'">

Loading…
Cancel
Save