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
807 B

<!--pages/list/haoxing/index.wxml-->
<search bind:onload="search" title="君到苏州"></search>
<image class="topimg" src="https://fastadmin.oss-cn-shenzhen.aliyuncs.com/xcxImages/listtop/haoxing.jpg" mode="widthFix"></image>
<view class="content">
<image class="topimg" src="https://fastadmin.oss-cn-shenzhen.aliyuncs.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 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>