You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
|
2 years ago
|
<view class="weui-search-bar weui-search-bar_focusing {{fromProject ?'be' : 'fff'}}" id="searchBar" style="line-height: 1;">
|
||
|
|
<form class="weui-search-bar__form flex-1">
|
||
|
|
<view class="weui-search-bar__box" style="background-color: #f5f5f5;border-radius: 17px;">
|
||
|
|
<i class="iconfont icon-sousuo"></i>
|
||
|
|
<input type="text" class="weui-search-bar__input {{isShowCha ? 'c3' : 'c9'}}" placeholder-style="color:#999;" placeholder="{{inputPlaceholder}}" focus="{{true}}" value="{{inputVal}}" bindinput="inputTyping" bindconfirm="searchKey" confirm-type="search" />
|
||
|
|
<view class="iconfont icon-qingchu" wx:if="{{isShowCha}}" bindtap="clearInput"></view>
|
||
|
|
<view class="search" bindtap="searchKey">搜索</view>
|
||
|
|
</view>
|
||
|
|
<!-- <label class="weui-search-bar__label" bindtap="showInput">
|
||
|
|
<i class="weui-icon-search"></i>
|
||
|
|
<span class="weui-search-bar__text">搜索工作</span>
|
||
|
|
</label> -->
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<view class="p1216" wx:if="{{historyList.length > 0}}">
|
||
|
|
<view class="c18 fwb c3">最近搜索</view>
|
||
|
|
|
||
|
|
</view>
|
||
|
|
<view style="padding-left:6px;">
|
||
|
|
<view class="searchTag" hover-class="hcb" wx:for="{{historyList}}" bindtap="historySearchKey" data-text="{{item}}" wx:key="idx">{{item}}</view>
|
||
|
|
</view>
|
||
|
|
<view class="clb"></view>
|
||
|
|
<!-- <view bindtap="cle">清除缓存</view> -->
|