Fix:4302 【旅居商城小程序】之前的订单信息有入住信息,现在消失了
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
</u-popup>
|
</u-popup>
|
||||||
|
|
||||||
<!-- 联系人信息 -->
|
<!-- 联系人信息 -->
|
||||||
<view class="contact-section" v-if="isView === 0">
|
<view class="contact-section" v-if="orderInfo.realName && orderInfo.userPhone">
|
||||||
<view class="section-title v12-font-28 v12-font-bold">联系人信息</view>
|
<view class="section-title v12-font-28 v12-font-bold">联系人信息</view>
|
||||||
<u-divider></u-divider>
|
<u-divider></u-divider>
|
||||||
<view class="info-item">
|
<view class="info-item">
|
||||||
@@ -112,7 +112,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
class="gift-wrap"
|
class="gift-wrap"
|
||||||
v-if="orderInfo.giftCardInfo > 0"
|
v-if="orderInfo.giftCardInfo !== null"
|
||||||
>
|
>
|
||||||
<view class="v12-justify-between v12-align-center">
|
<view class="v12-justify-between v12-align-center">
|
||||||
<view class="v12-font-28 v12-font-bold v12-align-center">
|
<view class="v12-font-28 v12-font-bold v12-align-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user