|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<view class="weui-search-bar__box" catchtap="goSearch">
|
|
|
|
|
<i class="iconfont icon-sousuo"></i>
|
|
|
|
|
<view class="weui-search-bar__input {{!chaShowed ? 'c9' : 'c3'}}" style="width: 160px;">{{inputVal}}</view>
|
|
|
|
|
<view class="iconfont icon-qingchu1" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
|
|
|
|
|
<view class="iconfont icon-qingchu" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
|
|
|
|
|
<view class="search" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
</form>
|
|
|
|
|
@ -224,14 +224,14 @@
|
|
|
|
|
<view class="display-flex" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<!-- <view class="tc genderTag f14 por {{activez != 'zuigao' && (selectJobList.length > 0 || selectBrandList.length > 0 || sexid != '-1') ? 'hascontent' : ''}}" catchtap="deletePaixu" style="min-width:60px" wx:if="{{activez != 'zuigao'}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu"></view>
|
|
|
|
|
{{firstMenu}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
<view class="tc genderTag f14 por" catchtap="deleteAge" style="min-width:60px" wx:if="{{ storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60'}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu"></view>
|
|
|
|
|
{{maxAge == minAge ? maxAge + '岁' : storeJobListSearchForm.ageRangeStr + (maxAge == 60 ? '+' : '')}}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -239,14 +239,14 @@
|
|
|
|
|
<view class="tc genderTag f14 por {{sexid != '-1' && (selectJobList.length > 0 || selectBrandList.length > 0 ) ? 'hascontent' : ''}}" catchtap="deleteSex" style="min-width:60px" wx:if="{{sexid != '-1'}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
{{secondMenu}}
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="brandTag ml8 {{selectBrandList.length > 0 && selectJobList.length > 0 ? 'hascontent' : ''}}" wx:if="{{selectBrandList.length > 0}}">
|
|
|
|
|
<block wx:for="{{selectBrandList}}" wx:key="index">
|
|
|
|
|
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
|
|
|
|
{{item.name}}
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
@ -254,7 +254,7 @@
|
|
|
|
|
<block wx:for="{{selectJobList}}" wx:key="index">
|
|
|
|
|
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
|
|
|
|
{{item.name}}
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
|
<view class="clear_icon iconfont icon-qingchu"></view>
|
|
|
|
|
</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
|