Fix:4451 【旅居商城小程序】送礼—送礼方礼包订单详情显示问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="order-details v12-px-3 v12-pt-3">
|
||||
<!-- 订单状态 -->
|
||||
<view class="status-section">
|
||||
<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-24 v12-mt-3" style="color: #666;" v-if="orderInfo._status && ['1'].includes(orderInfo._status._type)">
|
||||
您已下单成功,请联系商家确认具体的入住时间
|
||||
|
||||
Reference in New Issue
Block a user