1 |
- <view><view class="searchType" style="background:#fff;"><view class="input-view"><uni-icon vue-id="24146ccc-1" type="search" size="22" color="#666666" bind:__l="__l"></uni-icon><input class="input" disabled="true" confirm-type="search" type="text" placeholder="搜索文章" data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" bindtap="__e"/></view></view><view><van-tabs vue-id="24146ccc-2" active="{{active}}" data-event-opts="{{[['^change',[['onChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{typelist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><van-tab vue-id="{{('24146ccc-3-'+index)+','+('24146ccc-2')}}" name="{{index}}" title="{{item.ac_name}}" data-com-type="wx" bind:__l="__l"></van-tab></block></van-tabs></view><scroll-view class="floor-list" style="height:90vh;" scroll-top="{{scrollTop}}" scroll-y="true" refresher-enabled="true" data-event-opts="{{[['scroll',[['scroll',['$event']]]],['scrolltoupper',[['upper',['$event']]]],['scrolltolower',[['lower',['$event']]]]]}}" bindscroll="__e" bindscrolltoupper="__e" bindscrolltolower="__e"><block wx:for="{{acrelist}}" wx:for-item="item" wx:for-index="indedx" wx:key="indedx"><view data-event-opts="{{[['tap',[['goIndex',['$0'],[[['acrelist','',indedx]]]]]]]}}" bindtap="__e"><view class="hotelList"><view class="hotleLeft"><image style="width:214rpx;height:152rpx;" src="{{pictureUrl+'/'+item.article_thumb}}"></image></view><view class="hotelright"><view style="font-size:28rpx;color:#303133;">{{item.article_title}}</view><view>{{''+item.article_time+''}}</view></view></view></view></block></scroll-view><block wx:if="{{isTop}}"><gobacktop bind:getop="__e" vue-id="24146ccc-4" data-event-opts="{{[['^getop',[['getop']]]]}}" bind:__l="__l"></gobacktop></block></view>
|