1 |
- <view class="searchType" style="background:#fff;height:100vh;"><van-cell vue-id="32218eec-1" value-class="searchclass" data-com-type="wx" bind:__l="__l" vue-slots="{{['default','title']}}"><view slot="title"><view class="input-view"><uni-icon vue-id="{{('32218eec-2')+','+('32218eec-1')}}" type="search" size="22" color="#666666" bind:__l="__l"></uni-icon><input class="input" confirm-type="search" type="text" placeholder="输入搜索关键词" data-event-opts="{{[['input',[['confirm',['$event']]]]]}}" bindinput="__e"/></view></view><view data-event-opts="{{[['tap',[['search',['$event']]]]]}}" bindtap="__e">搜索</view></van-cell><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></view>
|