Commit 34d87598 authored by 黄奎's avatar 黄奎

页面修改

parent 2fe49b4a
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<view v-if="dataList.tempImgCover.length>0" class="type-img-box" @click="openPicture"> <view v-if="dataList.tempImgCover.length>0" class="type-img-box" @click="openPicture">
<image :src="dataList.tempImgCover[0].Url" mode="aspectFill"></image> <image :src="dataList.tempImgCover[0].Url" mode="aspectFill"></image>
<view class="content"> <view class="content">
<!-- <u-icon name="photo" size="26" color="#FFF"></u-icon> -->
<text>{{dataList.tempImgCover.length}}</text> <text>{{dataList.tempImgCover.length}}</text>
</view> </view>
</view> </view>
...@@ -128,13 +127,13 @@ ...@@ -128,13 +127,13 @@
<text class="jz_Dian"></text>景点 <text class="jz_Dian"></text>景点
</view> </view>
<view class="jz_ZhaiInner"> <view class="jz_ZhaiInner">
{{scenicNum}}个人气景点 {{dataList.ticketCount}}个人气景点
</view> </view>
<view class="jz_ZhaiTitle"> <view class="jz_ZhaiTitle">
<text class="jz_Dian"></text>餐食 <text class="jz_Dian"></text>餐食
</view> </view>
<view class="jz_ZhaiInner"> <view class="jz_ZhaiInner">
含{{breakfastNum}}早餐 <text style="margin:0 20px;">{{lunchNum}}午餐</text> {{dinnerNum}}晚餐 含{{dataList.breakfastCount}}早餐 <text style="margin:0 20px;">{{dataList.lunchCount}}午餐</text> {{dataList.dinnerCount}}晚餐
</view> </view>
<view class="jz_Zhankai" style="display:none;">展开全部</view> <view class="jz_Zhankai" style="display:none;">展开全部</view>
</view> </view>
......
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