Fix:4432 【旅居商城小程序】订单状态列表,待确认订单未显示确认倒计时
This commit is contained in:
@@ -186,6 +186,13 @@
|
||||
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
|
||||
</text>
|
||||
</view>
|
||||
<view v-if="order._status && ['1'].includes(order._status._type) && order.confirmTimeout" class="v12-ml-4 v12-mb-2" >
|
||||
<text class="v12-primary-text v12-font-24">
|
||||
等待商家确认时间,剩余
|
||||
<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(order.confirmTimeout)" />
|
||||
订单将自动取消
|
||||
</text>
|
||||
</view>
|
||||
<view
|
||||
v-if="!order.isGiftCardSend"
|
||||
class="bottom flex jc-between ai-center"
|
||||
|
||||
Reference in New Issue
Block a user