Commit 2bcc2fe4 authored by 罗超's avatar 罗超

1

parent 22ca6eaa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view> <view>
<view class="hotel-list-item" v-for="(item,index) in scenicArr" :key="index" @click="goHotelDetail(item.ID)"> <view class="hotel-list-item" v-for="(item,index) in scenicArr" :key="index" @click="goHotelDetail(item.ID)">
<view class="img-box"> <view class="img-box">
<image :src="item.CoverImg" mode="aspectFill" style="height: 100%;"</image> <image :src="item.CoverImg" mode="aspectFill"></image>
</view> </view>
<view class="hotel-info"> <view class="hotel-info">
<view class="hotel-name">{{item.Name}}</view> <view class="hotel-name">{{item.Name}}</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