Commit 324c9f73 authored by youjie's avatar youjie

no message

parent 4ef9734a
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<view>出发时间:{{ child.FlightDate }}</view> <view>出发时间:{{ child.FlightDate }}</view>
</view> </view>
</view> </view>
<u-empty v-if="data.FlightList.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
</view> </view>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
<view class="">{{ item.AccommodationTypeStr?item.AccommodationTypeStr:'' }}</view> <view class="">{{ item.AccommodationTypeStr?item.AccommodationTypeStr:'' }}</view>
</view> </view>
</view> </view>
<u-empty v-if="data.BusList.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
......
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
</view> </view>
</view> </view>
</view> </view>
<u-empty v-if="data.HotelList.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
</view> </view>
</view> </view>
</template> </template>
<u-empty v-if="data.DiningList.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
</view> </view>
</view> </view>
</template> </template>
<u-empty v-if="data.ScenicList.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
<view class="">{{ item.StoreTimeStr }}</view> <view class="">{{ item.StoreTimeStr }}</view>
</view> </view>
</view> </view>
<u-empty v-if="data.length == 0" text="暂无相关信息" mode="data" color="#333"></u-empty>
<view style="height: 50rpx;"></view> <view style="height: 50rpx;"></view>
</view> </view>
</template> </template>
......
...@@ -28,7 +28,8 @@ ...@@ -28,7 +28,8 @@
display: block; display: block;
} }
.infor1-left{ .infor1-left{
width: 120rpx; min-width: 120rpx;
white-space: nowrap;
} }
</style> </style>
<template> <template>
...@@ -38,7 +39,7 @@ ...@@ -38,7 +39,7 @@
v-for="(item,index) in data"> v-for="(item,index) in data">
<view class="row items-center"> <view class="row items-center">
<view class="infor1-c-name fz32 infor1-left">{{ item.userName }}</view> <view class="infor1-c-name fz32 infor1-left">{{ item.userName }}</view>
<view class="imgbox"> <view class="imgbox ML10">
<img v-if="item.SexStr=='女'" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723517488195.png" /> <img v-if="item.SexStr=='女'" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723517488195.png" />
<img v-else src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723461863180.png" /> <img v-else src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638875723461863180.png" />
</view> </view>
......
...@@ -640,7 +640,7 @@ export default { ...@@ -640,7 +640,7 @@ export default {
}) })
}, },
openPicture() { openPicture() {
let imgObj = JSON.stringify(this.imgsList); let imgObj = JSON.stringify(this.dataList.tempImgCover);
uni.navigateTo({ uni.navigateTo({
url: "/pages/hotel/picture?imgObj=" + imgObj, url: "/pages/hotel/picture?imgObj=" + imgObj,
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment