- <view class="content">
- <navigator class="list" wx:for='{{list}}' url="../hotel/hotel?aid={{aid}}&id={{item.id}}&huiyi_id={{huiyi_id}}">
- <image src="{{item.imgs}}"></image>
- <view>
- <view class="title">{{item.name}}</view>
- <text>地址:{{item.address}}</text>
- <text>联系电话:{{item.telephone}}</text>
- </view>
- </navigator>
- </view>
|