|
|
|
|
@ -11,21 +11,38 @@
|
|
|
|
|
</view>
|
|
|
|
|
<!-- catchtap="goSearch" -->
|
|
|
|
|
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fss g_flex_1" hover-class="none" hover-stop-propagation="false" style="position: relative;">
|
|
|
|
|
<i class="iconfont icon-sousuo11 mr4"></i>
|
|
|
|
|
<!-- <swiper class="c9 f14 ml4" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
|
|
|
|
|
<view style="position: absolute;left: 18px;top: 0;width: 90%;" wx:if="{{isSwiper}}">
|
|
|
|
|
<swiper class="c9 f14 ml4"
|
|
|
|
|
style="height: 40px;width:70px;line-height:42px"
|
|
|
|
|
bindchange="getSwiperIndex"
|
|
|
|
|
autoplay
|
|
|
|
|
circular vertical interval="{{5000}}" duration="{{600}}">
|
|
|
|
|
<block wx:for="{{swiperTextList}}" wx:key="index">
|
|
|
|
|
<swiper-item catchtouchmove="modalMove">
|
|
|
|
|
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>-->
|
|
|
|
|
<input type="text" value="{{inputVal}}" class="f14" bindinput="inputTyping" placeholder="{{jobNum ? '最近更新' + jobNum + '条信息' : ''}}" catchblur placeholder-class="f14" confirm-type="search" />
|
|
|
|
|
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333;right:4px" catchtap="clearInput"></view>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
<input type="text"
|
|
|
|
|
value="{{inputVal}}"
|
|
|
|
|
class="f14"
|
|
|
|
|
bindinput="inputTyping"
|
|
|
|
|
placeholder=""
|
|
|
|
|
catchblur
|
|
|
|
|
placeholder-class="f14"
|
|
|
|
|
confirm-type="search"
|
|
|
|
|
style="position: absolute;left: 18px;top: 0;width: 90%;height: 100%;"
|
|
|
|
|
bindfocus="swiperToggleT"
|
|
|
|
|
bindblur="swiperToggleF"
|
|
|
|
|
maxlength="12"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333;left: 80%;" catchtap="clearInput"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
|
|
|
|
|
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
|
|
|
|
|
<view class="search f16" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
<view class="search f16 g_flex_none" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <image class style="width:40px;height:40px;margin-left:12px" bindtap="toEnroll" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image> -->
|
|
|
|
|
</view>
|
|
|
|
|
|