|
|
@@ -54,7 +54,14 @@
|
|
|
|
|
|
<view class="hotel" wx:if='{{info.hotel.name}}'>
|
|
|
<view class="tt">酒店信息</view>
|
|
|
- <image style="width:100%;" mode="widthFix" src="{{info.hotel.imgs[0]}}"></image>
|
|
|
+ <swiper indicator-dots="{{true}}">
|
|
|
+ <block wx:for="{{info.hotel.imgs}}" wx:key="*this">
|
|
|
+ <swiper-item style='height:200px;'>
|
|
|
+ <image style="width:100%;height:100%;" src="{{item}}"></image>
|
|
|
+ </swiper-item>
|
|
|
+ </block>
|
|
|
+ </swiper>
|
|
|
+ <!-- <image style="width:100%;" mode="widthFix" src="{{info.hotel.imgs[0]}}"></image> -->
|
|
|
<view>{{info.hotel.name}}</view>
|
|
|
<view>地址:{{info.hotel.address}} <text class="map" bindtap="map">查看地图</text></view>
|
|
|
<view>联系电话:{{info.hotel.telephone}}</view>
|