快递费用修复
This commit is contained in:
@ -73,7 +73,7 @@
|
|||||||
<view class="item acea-row row-between-wrapper" v-if="shipping_type === 0">
|
<view class="item acea-row row-between-wrapper" v-if="shipping_type === 0">
|
||||||
<view>快递费用</view>
|
<view>快递费用</view>
|
||||||
<view class="discount">
|
<view class="discount">
|
||||||
{{ orderGroupInfo.priceGroup.storePostage > 0 ? orderGroupInfo.priceGroup.storePostage : '免运费' }}
|
{{ orderPrice.payPostage > 0 ? orderPrice.payPostage : '免运费' }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="shipping_type === 1">
|
<view v-if="shipping_type === 1">
|
||||||
|
Reference in New Issue
Block a user