|
@@ -12,38 +12,11 @@
|
|
|
]"
|
|
|
>
|
|
|
<view class="ss-flex ss-m-t-32 ss-m-b-20">
|
|
|
- <image
|
|
|
- v-if="
|
|
|
- state.orderInfo.status_code == 'unpaid' ||
|
|
|
- state.orderInfo.status === 10 || // 待发货
|
|
|
- state.orderInfo.status_code == 'nocomment'
|
|
|
- "
|
|
|
- class="state-img"
|
|
|
- :src="sheep.$url.static('/static/img/shop/order/order_loading.png')"
|
|
|
- >
|
|
|
- </image>
|
|
|
- <image
|
|
|
-
|
|
|
- class="state-img"
|
|
|
- :src="sheep.$url.static('/static/img/shop/order/order_success.png')"
|
|
|
- >
|
|
|
- </image>
|
|
|
- <image
|
|
|
- v-if="state.orderInfo.status_code == 'cancel' || state.orderInfo.status_code == 'closed'"
|
|
|
- class="state-img"
|
|
|
- :src="sheep.$url.static('/static/img/shop/order/order_close.png')"
|
|
|
- >
|
|
|
- </image>
|
|
|
- <image
|
|
|
- v-if="state.orderInfo.status_code == 'noget'"
|
|
|
- class="state-img"
|
|
|
- :src="sheep.$url.static('/static/img/shop/order/order_express.png')"
|
|
|
- >
|
|
|
- </image>
|
|
|
- <view class="ss-font-30">{{ formatOrderStatus(state.orderInfo) }}</view>
|
|
|
+
|
|
|
+ <view class="ss-font-40">{{ state.orderInfo.phone.slice(-4) }}</view>
|
|
|
</view>
|
|
|
<view class="ss-font-26 ss-m-x-20 ss-m-b-70">{{
|
|
|
- formatOrderStatusDescription(state.orderInfo)
|
|
|
+ '取餐码'
|
|
|
}}</view>
|
|
|
</view>
|
|
|
|