update 修改同城配送字眼
This commit is contained in:
parent
3ae07b0689
commit
73d79e54a9
@ -171,9 +171,14 @@
|
|||||||
<view class="header">支付时间</view>
|
<view class="header">支付时间</view>
|
||||||
<view class="body">{{ orderItem.payment_time }}</view>
|
<view class="body">{{ orderItem.payment_time }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="cell">
|
<view class="cell">
|
||||||
<view class="header">顺丰单号</view>
|
<view class="header">配送方式</view>
|
||||||
|
<view class="body">
|
||||||
|
{{ deliveryTypeName(currOrderItem.delivery_type_id) }}
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="cell">
|
||||||
|
<view class="header">配送单号</view>
|
||||||
<view class="body">
|
<view class="body">
|
||||||
<view class="order_num">
|
<view class="order_num">
|
||||||
{{ orderItem.sf_order_info.sf_order_id }}
|
{{ orderItem.sf_order_info.sf_order_id }}
|
||||||
|
|||||||
@ -150,8 +150,7 @@
|
|||||||
<view class="cell">
|
<view class="cell">
|
||||||
<view class="header">配送方式</view>
|
<view class="header">配送方式</view>
|
||||||
<view class="body">
|
<view class="body">
|
||||||
同城
|
{{ deliveryTypeName(currOrderItem.delivery_type_id) }}
|
||||||
<!-- {{ deliveryTypeName(currOrderItem.delivery_type_id) }} -->
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="cell">
|
<view class="cell">
|
||||||
|
|||||||
@ -716,6 +716,7 @@ export default {
|
|||||||
.typeManagement-info {
|
.typeManagement-info {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
|
|
||||||
.type-name {
|
.type-name {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user