You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!--pages/list/haoxing/index.wxml-->
|
|
|
|
|
<search bind:onload="search" title="君到苏州"></search>
|
|
|
|
|
<image lazy-load class="topimg" src="https://static.ticket.sz-trip.com/xcxImages/listtop/haoxing.jpg" mode="widthFix"></image>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<image lazy-load class="topimg" src="https://static.ticket.sz-trip.com/xcxImages/listtop/haoxingimg2.png" mode="widthFix"></image>
|
|
|
|
|
<view bindtap="gotoDetail" data-item="{{item}}" class="product-item" wx:for="{{list}}" style="{{index==0?'margin-top:-40rpx':''}}">
|
|
|
|
|
<image lazy-load class="topimg" src="{{item.headimg}}" mode="aspectFill"></image>
|
|
|
|
|
<view class="product-bottom">
|
|
|
|
|
<text class="textOver">{{item.title}}</text>
|
|
|
|
|
<view class="price">{{item.price/100}}/</view>
|
|
|
|
|
<view class="btn">立即购买</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|