|
|
@ -5,7 +5,7 @@ |
|
|
<input type="text" bindinput="changeKeyword" placeholder="请输入搜索关键字" /> |
|
|
<input type="text" bindinput="changeKeyword" placeholder="请输入搜索关键字" /> |
|
|
<view class="search-btn" bindtap="search">搜索</view> |
|
|
<view class="search-btn" bindtap="search">搜索</view> |
|
|
</view> |
|
|
</view> |
|
|
<image class="topimg" src="https://m.cloud.sz-trip.com/static/images/TravelNotesIntroduction/topBacThree.png" mode="widthFix"></image> |
|
|
<image class="topimg" src="https://m.cloud.sz-trip.com/static/images/TravelNotesIntroduction/topBac.png" mode="widthFix"></image> |
|
|
<view class="types"> |
|
|
<view class="types"> |
|
|
<view class="type {{type==1?'active':''}}" bindtap="changeType" data-type="1"> |
|
|
<view class="type {{type==1?'active':''}}" bindtap="changeType" data-type="1"> |
|
|
<image wx:if="{{type==1}}" class="bgimg" src="https://m.cloud.sz-trip.com/static/images/TravelNotesIntroduction/navBacActive.png" mode="aspectFill"></image> |
|
|
<image wx:if="{{type==1}}" class="bgimg" src="https://m.cloud.sz-trip.com/static/images/TravelNotesIntroduction/navBacActive.png" mode="aspectFill"></image> |
|
|
@ -38,7 +38,7 @@ |
|
|
</navigator> |
|
|
</navigator> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list" wx:if="{{type==1}}"> |
|
|
<view class="list" wx:if="{{type==1}}"> |
|
|
<navigator url="/pages/info/guideInfo/index?id={{item.id}}" class="item" wx:for="{{list}}"> |
|
|
<view bindtap="gotoGuide" data-item='{{item}}' url="/pages/info/guideInfo/index?id={{item.id}}" class="item" wx:for="{{list}}"> |
|
|
<view class="title textOver"> |
|
|
<view class="title textOver"> |
|
|
<text class="textOver">{{item.title}}</text> |
|
|
<text class="textOver">{{item.title}}</text> |
|
|
<image wx:if="{{item.is_hot==1}}" src="https://static.ticket.sz-trip.com/xcxImages/listtop/hot.png" mode="widthFix"></image> |
|
|
<image wx:if="{{item.is_hot==1}}" src="https://static.ticket.sz-trip.com/xcxImages/listtop/hot.png" mode="widthFix"></image> |
|
|
@ -50,7 +50,7 @@ |
|
|
<view style="flex:1"></view> |
|
|
<view style="flex:1"></view> |
|
|
<view class="btn">查看详情 ></view> |
|
|
<view class="btn">查看详情 ></view> |
|
|
</view> |
|
|
</view> |
|
|
</navigator> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="height:60rpx"></view> |
|
|
<view style="height:60rpx"></view> |
|
|
<view wx:if="{{list.length==0 && total==0}}" class="common-empty" style="z-index:-1;top:300rpx"> |
|
|
<view wx:if="{{list.length==0 && total==0}}" class="common-empty" style="z-index:-1;top:300rpx"> |
|
|
|