11
This commit is contained in:
parent
7948f8a2dc
commit
2b9a5f9fa1
@ -11,9 +11,9 @@
|
||||
<view class="countdown">预计到货时间: {{ orderInfo.estimated_delivery_time }}</view>
|
||||
<view class="tips">商家正在加急打包中了,请耐心等候</view>
|
||||
</view>
|
||||
<view class="status-bar" v-if="status === '3'">
|
||||
<view class="status" v-if="orderInfo.order_cate === 1">待自提</view>
|
||||
<view class="status" v-if="orderInfo.order_cate === 2">待配送</view>
|
||||
<view class="status-bar" v-if="status === '4'">
|
||||
<view class="status" v-if="orderInfo.order_cate === 1">待配送</view>
|
||||
<view class="status" v-if="orderInfo.order_cate === 2">待自提</view>
|
||||
<view class="countdown">预计到货时间: {{ orderInfo.estimated_delivery_time }}</view>
|
||||
<view class="tips">
|
||||
配送司机:15901518415
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user