Fix:4499 【旅居商城小程序】待确认、待入住退款失败的订单详情页,调整页面状态及退款原因显示
This commit is contained in:
@@ -8,9 +8,11 @@
|
|||||||
<!-- <view class=" v12-align-center">
|
<!-- <view class=" v12-align-center">
|
||||||
剩余<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(orderInfo.travelGroupOrderInfo.orderStartDate)" />订单将自动取消
|
剩余<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(orderInfo.travelGroupOrderInfo.orderStartDate)" />订单将自动取消
|
||||||
</view> -->
|
</view> -->
|
||||||
|
<view v-if="orderInfo.refundRejectReason && orderInfo.refundStatus === 3" class="v12-font-24 v12-mt-3 v12-primary-text">退款失败原因:{{ orderInfo.refundRejectReason }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['2'].includes(orderInfo._status._type)">
|
<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>
|
||||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['-1'].includes(orderInfo._status._type)">
|
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['-1'].includes(orderInfo._status._type)">
|
||||||
订单正在申请退款中
|
订单正在申请退款中
|
||||||
|
|||||||
Reference in New Issue
Block a user