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.

13 lines
574 B

5 years ago
<!--pages/activity/springten/list/index.wxml-->
<title title="{{types[type]}}榜单"></title>
<view wx:for="{{list}}" bindtap="detail" data-item="{{item}}" class="item-box">
<view class="item-bg"></view>
<view class="item">
<view style="flex:1;width:500rpx">
<view class="title textOver">{{item.title}}</view>
<view class="address textOver"><text class="iconfont icon-location"></text>{{item.address}}</view>
</view>
<image src="https://sz-qd.oss-cn-hangzhou.aliyuncs.com/xcxImages/autumnten/btn.png" mode="aspectFill"></image>
</view>
</view>