|
|
|
|
<!--pages/activity/spring2021/index.wxml-->
|
|
|
|
|
<image mode="widthFix" class="main-img topimg" src="https://static.ticket.sz-trip.com/xcxImages/spring2021/top.png"></image>
|
|
|
|
|
<view style="height:613rpx"></view>
|
|
|
|
|
<view class="list" wx:if="{{list1.length>0}}">
|
|
|
|
|
<view class="list-in" wx:for="{{list1}}">
|
|
|
|
|
<view class="item1" wx:for="{{item}}" bindtap="gotoDetail" data-item="{{item}}">
|
|
|
|
|
<image src="{{item.headimg}}"></image>
|
|
|
|
|
<view class="textOver item1-title">{{item.title}}</view>
|
|
|
|
|
<view class="item1-bottom">
|
|
|
|
|
<view class="item1-price">{{item.price/100}}</view>
|
|
|
|
|
<view class="item1-btn">点击预定</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view wx:else style="height:100rpx"></view>
|
|
|
|
|
<image style="margin:30rpx 0" src="https://static.ticket.sz-trip.com/xcxImages/spring2021/title1.jpg" class="main-img" mode="widthFix"></image>
|
|
|
|
|
<view class="list list2" wx:if="{{list2.length>0}}">
|
|
|
|
|
<view class="list-in list-in2">
|
|
|
|
|
<view class="item1 item2" wx:for="{{list2}}" bindtap="gotoDetail" data-item="{{item}}">
|
|
|
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image>
|
|
|
|
|
<view class="textOver item1-title item2-title">{{item.title}}</view>
|
|
|
|
|
<view class="item1-bottom">
|
|
|
|
|
<view class="item1-price item2-price">{{item.price/100}}</view>
|
|
|
|
|
<view class="item1-btn">点击预定</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<image style="margin:30rpx 0" src="https://static.ticket.sz-trip.com/xcxImages/spring2021/title2.jpg" class="main-img" mode="widthFix"></image>
|
|
|
|
|
<view class="list" wx:if="{{list3.length>0}}" style="margin-top:-160rpx">
|
|
|
|
|
<view class="list-in" wx:for="{{list3}}">
|
|
|
|
|
<view class="item1" wx:for="{{item}}" bindtap="gotoDetail" data-item="{{item}}">
|
|
|
|
|
<image src="{{item.headimg}}" mode="aspectFill"></image>
|
|
|
|
|
<view class="textOver item1-title">{{item.title}}</view>
|
|
|
|
|
<view class="item1-bottom">
|
|
|
|
|
<view class="item1-price">{{item.price/100}}</view>
|
|
|
|
|
<view class="item1-btn">点击预定</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<image class="main-img" mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/spring2021/bottom.jpg"></image>
|