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.

14 lines
811 B

5 years ago
<!--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>
5 years ago
<view class="content">
<image lazy-load class="topimg" src="https://static.ticket.sz-trip.com/xcxImages/listtop/haoxingimg2.png" mode="widthFix"></image>
5 years ago
<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>
5 years ago
<view class="product-bottom">
<text class="textOver">{{item.title}}</text>
<view class="price">{{item.price/100}}/</view>
<view class="btn">立即购买</view>
</view>
</view>
</view>