Fix:4432 【旅居商城小程序】订单状态列表,待确认订单未显示确认倒计时

This commit is contained in:
linxi
2025-11-13 14:09:17 +08:00
parent f87cf3277b
commit 7075b1d125
+4 -4
View File
@@ -2,12 +2,12 @@
<view class="order-details v12-px-3 v12-pt-3">
<!-- 订单状态 -->
<view class="status-section" v-if="!orderInfo.isGiftCardSend">
<view class="v12-font-28 v12-font-bold v12-primary-text">{{orderInfo._status._title}}</view>
<view class="v12-font-28 v12-font-bold v12-primary-text v12-align-center v12-justify-between">
<text>{{orderInfo._status._title}}</text>
<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(orderInfo.confirmTimeout)" />
</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 v-if="orderInfo.refundRejectReason && orderInfo.refundStatus === 3" class="v12-font-24 v12-mt-3 v12-primary-text">退款失败原因{{ orderInfo.refundRejectReason }}</view>
</view>
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['2'].includes(orderInfo._status._type)">