|
@@ -72,7 +72,7 @@
|
|
|
<!-- 游客信息 -->
|
|
|
<view class="orderInfo yk" style="padding-bottom: 30rpx;" v-if="merchantType==10">
|
|
|
<view class="tit">游客信息</view>
|
|
|
- <block v-if="infoMation.detailDto&&infoMation.detailDto.length>0">
|
|
|
+ <block v-if="infoMation.orderType!=3">
|
|
|
<u-cell :border="false" v-for="(i,index) in infoMation.detailDto">
|
|
|
<text slot="icon" class="txt">{{i.touristName}}</text>
|
|
|
>
|
|
@@ -80,7 +80,7 @@
|
|
|
<text slot="right-icon">航班号:{{infoMation.boatNo||''}}</text>
|
|
|
</u-cell>
|
|
|
</block>
|
|
|
- <block v-if="infoMation.detailJoinDto&&infoMation.detailJoinDto.length>0">
|
|
|
+ <block v-else>
|
|
|
<u-cell :border="false" v-for="(i,index) in infoMation.detailJoinDto">
|
|
|
<text slot="icon" class="txt">{{i.touristName}}</text>
|
|
|
>
|