search.wxml 1.2 KB
<view class="page data-v-270d1d78"><u-search style="{{'width:'+('100%')+';'+('height:'+('32px')+';')+('font-size:'+('14px')+';')}}" vue-id="ba958f7c-1" bg-color="#F7F7F7" placeholder="请输入职位名称" search-icon-color="#D9D9D9" placeholder-color="#8C8C8C" input-align="left" clearabled="{{true}}" show-action="{{false}}" focus="true" value="{{search}}" data-event-opts="{{[['^search',[['handelLink']]],['^input',[['__set_model',['','search','$event',[]]]]]]}}" bind:search="__e" bind:input="__e" class="data-v-270d1d78" bind:__l="__l"></u-search><view style="display:flex;justify-content:space-between;align-items:center;margin-top:40rpx;" class="data-v-270d1d78"><view class="title data-v-270d1d78">历史搜索</view><u-image vue-id="ba958f7c-2" width="16px" height="16px" src="/static/img/recruit/delete.png" data-event-opts="{{[['^click',[['clear']]]]}}" bind:click="__e" class="data-v-270d1d78" bind:__l="__l"></u-image></view><view class="his data-v-270d1d78"><block wx:for="{{history}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickItem',['$0'],[[['history','',index]]]]]]]}}" class="historyItem data-v-270d1d78" bindtap="__e">{{''+item+''}}</view></block></view></view>