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.
9 lines
523 B
9 lines
523 B
<!--pages/activity/springten/list/index.wxml-->
|
|
<title title="{{types[type]}}榜单"></title>
|
|
<view class="item" wx:for="{{list}}" bindtap="detail" data-item="{{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/uploads/20210401/62fed792ae34b824a7c3ae1a30a142c8.png" mode="aspectFill"></image>
|
|
</view>
|
|
|