快递费用修复

This commit is contained in:
guchengwuyue
2023-07-01 16:31:49 +08:00
parent 9fc48efc2a
commit cd4fcc7416

View File

@ -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">