Fix:4432 【旅居商城小程序】订单状态列表,待确认订单未显示确认
This commit is contained in:
@@ -21,6 +21,9 @@
|
|||||||
<view class="v12-font-24 v12-mt-3 v12-primary-text" v-if="orderInfo._status && ['4', '3'].includes(orderInfo._status._type)">
|
<view class="v12-font-24 v12-mt-3 v12-primary-text" v-if="orderInfo._status && ['4', '3'].includes(orderInfo._status._type)">
|
||||||
订单核验成功
|
订单核验成功
|
||||||
</view>
|
</view>
|
||||||
|
<view class="v12-font-24 v12-mt-3 v12-primary-text flex ai-center" v-if="orderInfo._status && [ '0'].includes(orderInfo._status._type)">
|
||||||
|
剩余<u-count-down format="HH:mm:ss" autoStart :time="$global.diffSSS(orderInfo.paymentTimeout)" />订单将自动取消
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 商品信息 -->
|
<!-- 商品信息 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user