|
|
|
@ -1,13 +1,14 @@ |
|
|
|
<!--pages/list/night/index.wxml--> |
|
|
|
<search bind:onload="search"></search> |
|
|
|
<view class="night-types"> |
|
|
|
<!-- <view class="night-types"> |
|
|
|
<view class="night-type {{type=='10,11,12'?'active':''}}" bindtap="changeType" data-type="10,11,12">全部</view> |
|
|
|
<view class="night-type {{type==10?'active':''}}" bindtap="changeType" data-type="10">线路</view> |
|
|
|
<view class="night-type {{type==11?'active':''}}" bindtap="changeType" data-type="11">门票</view> |
|
|
|
<view class="night-type {{type==12?'active':''}}" bindtap="changeType" data-type="12">演出</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view style="height:87rpx"></view> |
|
|
|
</view> --> |
|
|
|
<!-- <view style="height:87rpx"></view> --> |
|
|
|
<image src="https://static.ticket.sz-trip.com/jundaosuzhou/images/shuishangyou.png" class="topImg"></image> |
|
|
|
<view bindtap="gotoDetail" data-item="{{item}}" class="hotel-item" wx:for="{{list}}"> |
|
|
|
<image mode="widthFix" class="headimg" src="{{item.headimg}}"></image> |
|
|
|
<view class="infos"> |
|
|
|
|