Fix:4499 【旅居商城小程序】待确认、待入住退款失败的订单详情页,调整页面状态及退款原因显示

This commit is contained in:
linxi
2025-11-11 15:27:46 +08:00
parent b5b6bdd678
commit bc53ad76fb
+2
View File
@@ -8,9 +8,11 @@
<!-- <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)">
已与商家确认入住时间请在入住时间内到店核销
<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 && ['-1'].includes(orderInfo._status._type)">
订单正在申请退款中