Fix:4295 【旅居商城小程序】待使用状态订单进入订单详情还是待确认状态
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
<!-- 订单状态 -->
|
||||
<view class="status-section">
|
||||
<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','2'].includes(orderInfo._status._type)">
|
||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['1'].includes(orderInfo._status._type)">
|
||||
您已下单成功,请联系商家确认具体的入住时间
|
||||
</view>
|
||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['2'].includes(orderInfo._status._type)">
|
||||
已与商家确认入住时间,请在入住时间内到店核销
|
||||
</view>
|
||||
<view class="v12-font-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['-1'].includes(orderInfo._status._type)">
|
||||
订单正在申请退款中
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user