no message
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<view class="order_freight_item">
|
||||
<view>运费<text style="color: #C0C3C6;margin-left:20rpx">{{ getValue(PRODUCT_DELIVERY_TIME, addItem.deliveryTime) }}</text></view>
|
||||
<view class="value_" >
|
||||
{{orderInfo.shops[0].addrTimes[0].postage ? orderInfo.shops[0].addrTimes[0].postage : '包邮'}}
|
||||
{{orderInfo.postage ? orderInfo.postage : '包邮'}}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="order_freight_item">
|
||||
@@ -148,11 +148,11 @@
|
||||
<view class="order_way_warp_two" >
|
||||
<view class="price-view">
|
||||
<text class="text-32 text-zu">商品总价</text>
|
||||
<text class="text-32 text-zu text-bold">¥{{ orderInfo.amount - orderInfo.shops[0].addrTimes[0].postage }}</text>
|
||||
<text class="text-32 text-zu text-bold">¥{{ orderInfo.amount - orderInfo.postage }}</text>
|
||||
</view>
|
||||
<view class="price-view">
|
||||
<text class="text-32 text-zu">运费</text>
|
||||
<text class="text-32 text-zu text-bold">¥{{ orderInfo.shops[0].addrTimes[0].postage }}</text>
|
||||
<text class="text-32 text-zu text-bold">¥{{ orderInfo.postage }}</text>
|
||||
</view>
|
||||
<view class="price-line"></view>
|
||||
<view class="price-view-two">
|
||||
|
||||
Reference in New Issue
Block a user