42 lines
2.8 KiB
Plaintext
42 lines
2.8 KiB
Plaintext
<view>
|
|
<view class="xk_main_page">
|
|
<view class="xueweiSearch">
|
|
<view class="_div x-search search">
|
|
<view class="_div x-search">
|
|
<input bindinput="__e" class="_input x-search" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','inputValue','$event',[] ] ] ] ] ]}}" placeholder="请输入搜索" type="text" value="{{inputValue}}"></input>
|
|
<image alt="{{true}}" class="_img x-search" src="/static/app_image/search_icon1.png"></image>
|
|
<view class="_em x-search iconBox">
|
|
<button bindtap="__e" class="_button x-search icon font_family icon-icon_guanbi" data-event-opts="{{[ [ 'tap',[ [ 'searchClose',['$event'] ] ] ] ]}}"></button>
|
|
</view>
|
|
<label bindtap="__e" class="_span x-search" data-event-opts="{{[ [ 'tap',[ [ 'e0',['$event'] ] ] ] ]}}">取消</label>
|
|
</view>
|
|
<view class="_i x-search"></view>
|
|
</view>
|
|
<view class="xueweiPage">
|
|
<view class="_ul result">
|
|
<view class="_li">
|
|
<view wx:for="{{$root.l0}}" wx:for-index="__i0__">
|
|
<view class="uni-flex uni-row x-item" wx:if="{{!item[$orig].ad_id}}">
|
|
<view class="image-content flex-item">
|
|
<image bindtap="__e" data-event-opts="{{[ [ 'tap',[ [ 'x_redirect',['/pages/image/image?url='+item[$orig].small_pic] ] ] ] ]}}" mode="aspectFill" src="{{item[$orig].small_pic}}" style="width:80px;height:80px;background-color:#eeeeee;" wx:if="{{item[$orig].small_pic}}"></image>
|
|
</view>
|
|
<view bindtap="__e" class="flex-item instroduce" data-event-opts="{{[ [ 'tap',[ [ 'x_redirect',['/pages/xuewei/xuewei_detail?id='+item[$orig].id] ] ] ] ]}}">
|
|
<text style="color:#94674b;">{{item[$orig].name}}</text>
|
|
<text style="margin-left:10rpx;">{{item[$orig].remark}}</text>
|
|
</view>
|
|
</view>
|
|
<xad bind:__l="__l" vueId="{{'1d18c360-1-'+__i0__}}" x_common_ad="{{item[$orig]}}" x_cp_ad="{{item.a0}}" wx:if="{{item[$orig].ad_id}}"></xad>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<xpop bind:__l="__l" class="vue-ref" data-ref="xpop" vueId="1d18c360-2"></xpop>
|
|
<view style="height:100px;"></view>
|
|
<boot-nav bind:__l="__l" nav="xuewei" vueId="1d18c360-3"></boot-nav>
|
|
</view>
|
|
</view>
|
|
<view class="xk_ad_0">
|
|
<xad bind:__l="__l" vueId="1d18c360-4" x_common_ad="{{common_ad}}" x_cp_ad="{{cp_ad}}"></xad>
|
|
</view>
|
|
</view>
|