Browse Source

快递费用修复

master
guchengwuyue 2 years ago
parent
commit
cd4fcc7416
  1. 2
      pages/order/OrderSubmission/index.vue

2
pages/order/OrderSubmission/index.vue

@ -73,7 +73,7 @@
<view class="item acea-row row-between-wrapper" v-if="shipping_type === 0">
<view>快递费用</view>
<view class="discount">
{{ orderGroupInfo.priceGroup.storePostage > 0 ? orderGroupInfo.priceGroup.storePostage : '免运费' }}
{{ orderPrice.payPostage > 0 ? orderPrice.payPostage : '免运费' }}
</view>
</view>
<view v-if="shipping_type === 1">

Loading…
Cancel
Save