订单倒计时
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
<view class="v12-font-28 v12-font-bold v12-primary-text">{{orderInfo._status._title}}</view>
|
||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['1'].includes(orderInfo._status._type)">
|
||||
您已下单成功,请联系商家确认具体的入住时间
|
||||
<!-- <view class=" v12-align-center">
|
||||
剩余<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(orderInfo.travelGroupOrderInfo.orderStartDate)" />订单将自动取消
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['2'].includes(orderInfo._status._type)">
|
||||
已与商家确认入住时间,请在入住时间内到店核销
|
||||
|
||||
Reference in New Issue
Block a user