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.
 

24 lines
1.2 KiB

<!--pages/pbService/activity/index.wxml-->
<title title="精彩回顾"></title>
<image lazy-load mode="widthFix" class="topimg" src="https://static.ticket.sz-trip.com/activity/WonderfulReview/topBacNew.png"></image>
<view class="nav-box com-flex-tao">
<view class="nav-item com-bac {{index == navIndex ? 'active' : ''}}" bindtap="onReload" wx:for="{{navList}}" data-index="{{index}}">{{ item.title }}</view>
</view>
<view class="s_menu" wx:if="{{navIndex==1}}">
<view class="s_item {{index == sNavIndex ? 's_active' : ''}}" wx:for="{{sNavList}}" bindtap="changeSNav" data-index="{{index}}">
{{ item.title }}
</view>
</view>
<view class="list">
<view bindtap="gotoDetail" data-item="{{item}}" url="{{item.mini_url}}" class="item" wx:for="{{list}}">
<image lazy-load mode="aspectFill" class="bgimg" src="https://static.ticket.sz-trip.com/xcxImages/pbservice/hgbg.png"></image>
<image lazy-load src="{{item.head_image}}" mode="aspectFill" class="main-img"></image>
<view class="info">
<view class="textOver title">{{item.title}}</view>
<view class="textOver">{{item.desc}}</view>
</view>
</view>
</view>
<view style="margin: 0 auto;width: 200rpx;">
没有更多了
</view>