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.
12 lines
575 B
12 lines
575 B
<!--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 lazy-load src="https://static.ticket.sz-trip.com/xcxImages/autumnten/btn.png" mode="aspectFill"></image>
|
|
</view>
|
|
</view>
|
|
|