Fix:4581 【旅居商城小程序】送礼方列表的礼包订单无需显示入住时间
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-ml-4 v12-mt-2 v12-mb-2 v12-align-center" v-if="order.isTravelGroup === 1">
|
<view class="v12-ml-4 v12-mt-2 v12-mb-2 v12-align-center" v-if="order.isTravelGroup === 1 && order.travelGroupOrderInfo && order.travelGroupOrderInfo.orderStartDate">
|
||||||
<u-icon name="clock" color="#333" size="28rpx" bold></u-icon>
|
<u-icon name="clock" color="#333" size="28rpx" bold></u-icon>
|
||||||
<text class="v12-font-bold v12-font-24">
|
<text class="v12-font-bold v12-font-24">
|
||||||
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
|
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
|
||||||
|
|||||||
Reference in New Issue
Block a user