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.
23 lines
1.1 KiB
23 lines
1.1 KiB
<search-header bind:onload="search"></search-header>
|
|
<image class="topimg" src="https://static.ticket.sz-trip.com/xcxImages/listtop/strategy.png" mode="widthFix"></image>
|
|
<view class="list">
|
|
<navigator url="/pages/info/strategyInfo/index?id={{item.id}}" class="item" wx:for="{{list}}">
|
|
<view class="title textOver">
|
|
<text class="textOver">{{item.title}}</text>
|
|
<image src="https://static.ticket.sz-trip.com/xcxImages/listtop/hot.png" mode="widthFix"></image>
|
|
</view>
|
|
<view class="subtitle textOver2">{{item.subtitle}}</view>
|
|
<view class="strategy-bottom">
|
|
<image src="{{item.avatar}}" mode="aspectFill"></image>
|
|
<view class="author-name">{{item.nickname}}</view>
|
|
<view class="iconfont icon-xin"></view>
|
|
<text>{{item.like_number}}</text>
|
|
<view class="iconfont icon-eye"></view>
|
|
<text>{{item.view_number}}</text>
|
|
</view>
|
|
</navigator>
|
|
<view wx:if="{{list.length==0}}" class="common-empty" style="z-index:-1;top:300rpx">
|
|
<image mode="widthFix" src="https://static.ticket.sz-trip.com/xcxImages/other/nodata.png"></image>
|
|
<view>暂无内容</view>
|
|
</view>
|
|
</view>
|