|
|
|
|
@ -6,30 +6,33 @@
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
|
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 85px)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
|
|
|
|
|
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
|
|
|
|
|
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
|
|
|
|
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
|
|
|
|
<i class="iconfont icon-zhankai f12" style></i>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<i class="iconfont icon-sousuo11"></i>
|
|
|
|
|
<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>
|
|
|
|
|
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
|
|
|
|
|
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
|
|
|
|
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
|
|
|
|
<i class="iconfont icon-zhankai f12" style></i>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- catchtap="goSearch" -->
|
|
|
|
|
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<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}}">
|
|
|
|
|
<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 ? '近48小时更新' + jobNum + '条信息' : ''}}" catchblur placeholder-class="f14" />
|
|
|
|
|
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333" 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 f14" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<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>
|
|
|
|
|
<!-- <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 f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<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>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="navigator" wx:if="{{false}}">
|
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
|
@ -166,195 +169,201 @@
|
|
|
|
|
<!-- <official-account></official-account> -->
|
|
|
|
|
<!-- <image class show-menu-by-longpress="{{true}}" src="../../assets/images/gzhQRcode.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload /> -->
|
|
|
|
|
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fsa searchBar" catchtouchmove="modalMove" style>
|
|
|
|
|
<view class="fsa" style="align-items:end;width:100%" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="tarbar" bindtap="collectChange" data-id="0">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '0'?'collectActive':''}}">全部</view>
|
|
|
|
|
<!-- <image wx:if="{{toped == '1'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
<!-- <view class="fsa " catchtouchmove="modalMove" style> -->
|
|
|
|
|
<view class="fsa searchBar" style hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="tarbar" bindtap="collectChange" data-id="0">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '0'?'collectActive':''}}">最新</view>
|
|
|
|
|
<!-- <image wx:if="{{toped == '1'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">工价</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="3">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '3'?'collectActive':''}}">佣金</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">附近</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="2">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '2'?'collectActive':''}}">最新</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">收藏</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="xgxg" id="menu">
|
|
|
|
|
<view class="fsa" style="justify-content:space-beteween; height: 44px">
|
|
|
|
|
<view class="csbf f14 c6 {{whichOneShow == 'gj' ?'active':''}}" catchtap="chooseNl" data-type="gj" wx:if="{{false}}">
|
|
|
|
|
{{firstMenu}}
|
|
|
|
|
<!-- <i class="iconfont icon-shouqi f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'gj'}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:else data-type="gj"></i>-->
|
|
|
|
|
<i class="iconfont icon-jiaobiao f4 {{activez=='zuijin' ?'c3':'c3'}} fst" data-type="gj"></i>
|
|
|
|
|
<scroll-view class="gjFixed" wx:if="{{ whichOneShow == 'gj' }}" catchtouchmove="cc">
|
|
|
|
|
<view class="bgf tl c3 por filter filterprice sort {{whichOneShow == 'gj' ? 'activeWindow' : ''}}" catchtap style="height:240px">
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='zuigao'?'cf00 b1 ':''}}" data-id="zuigao" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">工价优先</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='fuwufei'?'cf00 b1':''}}" data-id="fuwufei" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">佣金优先</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf c6 f14 dn {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" catchtap="chooseNl" data-type="sex" style>
|
|
|
|
|
{{ secondMenu }}
|
|
|
|
|
<i class="iconfont icon-shouqi f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'sex'}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:else data-type="sex"></i>
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="cc" wx:if="{{whichOneShow == 'sex'}}">
|
|
|
|
|
<view class="bgf tl c3 filter filterprice sort" style>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='-1'?'cf00 b1':''}}" data-id="-1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男女不限</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='1'?'cf00 b1':''}}" data-id="1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='2'?'cf00 b1':''}}" data-id="2" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">女</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="xgxg" id="menu">
|
|
|
|
|
<view class="fsa" style="justify-content:space-beteween; height: 44px">
|
|
|
|
|
<view class="csbf f14 c6 {{whichOneShow == 'gj' ?'active':''}}" catchtap="chooseNl" data-type="gj" wx:if="{{false}}">
|
|
|
|
|
{{firstMenu}}
|
|
|
|
|
<!-- <i class="iconfont icon-shouqi f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'gj'}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 {{activez=='zuijin' ?'cf40':'c9'}} fst ml4" wx:else data-type="gj"></i>-->
|
|
|
|
|
<i class="iconfont icon-jiaobiao f4 {{activez=='zuijin' ?'c3':'c3'}} fst" data-type="gj"></i>
|
|
|
|
|
<scroll-view class="gjFixed" wx:if="{{ whichOneShow == 'gj' }}" catchtouchmove="cc">
|
|
|
|
|
<view class="bgf tl c3 por filter filterprice sort {{whichOneShow == 'gj' ? 'activeWindow' : ''}}" catchtap style="height:240px">
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='zuigao'?'cf00 b1 ':''}}" data-id="zuigao" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">工价优先</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{activez=='fuwufei'?'cf00 b1':''}}" data-id="fuwufei" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">佣金优先</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf c6 f14 dn {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" catchtap="chooseNl" data-type="sex" style>
|
|
|
|
|
{{ secondMenu }}
|
|
|
|
|
<i class="iconfont icon-shouqi f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:if="{{whichOneShow == 'sex'}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 {{ sexid!='-1' ?'cf40':'c9'}} fst ml4" wx:else data-type="sex"></i>
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="cc" wx:if="{{whichOneShow == 'sex'}}">
|
|
|
|
|
<view class="bgf tl c3 filter filterprice sort" style>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='-1'?'cf00 b1':''}}" data-id="-1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男女不限</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='1'?'cf00 b1':''}}" data-id="1" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">男</view>
|
|
|
|
|
<view class="f16 fw500 p016 {{sexid=='2'?'cf00 b1':''}}" data-id="2" data-type="sex" bindtap="choiceSex" style="line-height: 42px" hover-class="thover">女</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf f14 c6 fsa dn {{whichOneShow == 'brand' ? 'brand_active' : ''}} {{whichOneShow == 'brand' ?'active':''}} {{ selectBrandList.length > 0 ?'activecolor':''}}" style catchtap="chooseNl" data-type="brand">
|
|
|
|
|
分类
|
|
|
|
|
<i class="iconfont icon-shouqi f12 c9 fst ml4" wx:if="{{whichOneShow == 'brand' && selectBrandList.length <= 0}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 c9 fst ml4" wx:if="{{whichOneShow != 'brand' && selectBrandList.length <= 0}}" data-type="brand"></i>
|
|
|
|
|
<view wx:if="{{selectBrandList.length > 0}}" class="specialnum ml4" data-type="brand">{{selectBrandList.length}}</view>
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="modalMove" catchtap="hideLeft" wx:if="{{whichOneShow == 'brand'}}">
|
|
|
|
|
<view class="bgf tl c3 filterprice brand" catchtap="cc">
|
|
|
|
|
<view class="display-flex content">
|
|
|
|
|
<block wx:for="{{filterData.classifyList}}" wx:for-item="item" wx:key="index">
|
|
|
|
|
<view catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'brandactive':''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf f14 c6 fsa dn {{whichOneShow == 'brand' ? 'brand_active' : ''}} {{whichOneShow == 'brand' ?'active':''}} {{ selectBrandList.length > 0 ?'activecolor':''}}" style catchtap="chooseNl" data-type="brand">
|
|
|
|
|
分类
|
|
|
|
|
<i class="iconfont icon-shouqi f12 c9 fst ml4" wx:if="{{whichOneShow == 'brand' && selectBrandList.length <= 0}}"></i>
|
|
|
|
|
<i class="iconfont icon-zhankai f12 c9 fst ml4" wx:if="{{whichOneShow != 'brand' && selectBrandList.length <= 0}}" data-type="brand"></i>
|
|
|
|
|
<view wx:if="{{selectBrandList.length > 0}}" class="specialnum ml4" data-type="brand">{{selectBrandList.length}}</view>
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="modalMove" catchtap="hideLeft" wx:if="{{whichOneShow == 'brand'}}">
|
|
|
|
|
<view class="bgf tl c3 filterprice brand" catchtap="cc">
|
|
|
|
|
<view class="display-flex content">
|
|
|
|
|
<block wx:for="{{filterData.classifyList}}" wx:for-item="item" wx:key="index">
|
|
|
|
|
<view catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'brandactive':''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
|
|
|
<view class>
|
|
|
|
|
<button class="resetBtn" style catchtap="clearFilter1" data-type="2">重置</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
|
|
|
<view class>
|
|
|
|
|
<button class="resetBtn" style catchtap="clearFilter1" data-type="2">重置</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class>
|
|
|
|
|
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class>
|
|
|
|
|
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf f14 c6 ml16 fsa {{whichOneShow == 'special' ? 'special_active' : ''}} {{whichOneShow == 'special'?'active':''}}" catchtap="chooseNl" data-type="special" wx:if="{{true}}">
|
|
|
|
|
筛选
|
|
|
|
|
<!-- <i class="iconfont icon-jiaobiao f4 c9 fst ml4" wx:if="{{whichOneShow == 'special' && (selectJobList.length <= 0 && selectBrandList.length <= 0)}}"></i> -->
|
|
|
|
|
<i class="iconfont icon-jiaobiao f4 c3 fst ml4" style="height:22px" wx:if="{{(selectJobList.length <= 0 && selectBrandList.length <= 0)}}" data-type="special"></i>
|
|
|
|
|
<i wx:if="{{selectJobList.length > 0||selectBrandList.length > 0}}" class="specialnum ml4" catchtap style="display:inline-block" data-type="special">{{selectJobList.length + selectBrandList.length }}</i>
|
|
|
|
|
<!-- catchtap="hideLeft" -->
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="modalMove" wx:if="{{whichOneShow == 'special'}}">
|
|
|
|
|
<scroll-view scroll-y="{{true}}" catchtap class="filterBox filterContainer">
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">年龄(岁)</view>
|
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
|
<!-- <view class="slider_value" style="position: absolute;top: -10px;left: 10px;color: var(--color-ysd);" hover-class="none" hover-stop-propagation="false">{{userAge == 60 ? userAge + '+' : userAge }}</view>
|
|
|
|
|
<slider block-size="28" step="{{1}}" selected-color="var(--color-ysd)" bindchange="sliderChange" bindchanging="sliderChange" value="{{userAge}}" min="{{0}}" max="{{60}}"/>-->
|
|
|
|
|
<view class="slider_value fsa" style="position: absolute;top: -15px;left: 50%;color: var(--color-ysd);transform:translateX(-50%)" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">{{minAge + '-'}}</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">{{maxAge == 60 ? maxAge + '+' : maxAge }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<range-slider height="50" block-size="50" min="16" max="60" values="{{rangeValues}}" bindrangechange="onRangeChange" activeColor="var(--color-ysd)"></range-slider>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">性别</view>
|
|
|
|
|
<!-- wx:if="{{index != filterData.sex.length - 1}}" -->
|
|
|
|
|
<view class="content" style="justify-content:space-between">
|
|
|
|
|
<span wx:for="{{filterData.sex}}" catchtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" style="margin-right:{{index == filterData.sex.length - 1? '0':''}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="csbf f14 c6 ml16 fsa {{whichOneShow == 'special' ? 'special_active' : ''}} {{whichOneShow == 'special'?'active':''}}" catchtap="chooseNl" data-type="special" wx:if="{{true}}">
|
|
|
|
|
筛选
|
|
|
|
|
<!-- <i class="iconfont icon-jiaobiao f4 c9 fst ml4" wx:if="{{whichOneShow == 'special' && (selectJobList.length <= 0 && selectBrandList.length <= 0)}}"></i> -->
|
|
|
|
|
<i class="iconfont icon-jiaobiao f4 c3 fst ml4" style="height:22px" wx:if="{{(selectJobList.length <= 0 && selectBrandList.length <= 0)}}" data-type="special"></i>
|
|
|
|
|
<i wx:if="{{selectJobList.length > 0||selectBrandList.length > 0}}" class="specialnum ml4" catchtap style="display:inline-block" data-type="special">{{selectJobList.length + selectBrandList.length }}</i>
|
|
|
|
|
<!-- catchtap="hideLeft" -->
|
|
|
|
|
<scroll-view class="gjFixed" catchtouchmove="modalMove" wx:if="{{whichOneShow == 'special'}}">
|
|
|
|
|
<scroll-view scroll-y="{{true}}" catchtap class="filterBox filterContainer">
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">年龄(岁)</view>
|
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
|
<!-- <view class="slider_value" style="position: absolute;top: -10px;left: 10px;color: var(--color-ysd);" hover-class="none" hover-stop-propagation="false">{{userAge == 60 ? userAge + '+' : userAge }}</view>
|
|
|
|
|
<slider block-size="28" step="{{1}}" selected-color="var(--color-ysd)" bindchange="sliderChange" bindchanging="sliderChange" value="{{userAge}}" min="{{0}}" max="{{60}}"/>-->
|
|
|
|
|
<view class="slider_value fsa" style="position: absolute;top: -15px;left: 50%;color: var(--color-ysd);transform:translateX(-50%)" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">{{minAge + '-'}}</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">{{maxAge == 60 ? maxAge + '+' : maxAge }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<range-slider height="50" block-size="50" min="16" max="60" values="{{rangeValues}}" bindrangechange="onRangeChange" activeColor="var(--color-ysd)"></range-slider>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">分类</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.classifyList}}" catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">性别</view>
|
|
|
|
|
<!-- wx:if="{{index != filterData.sex.length - 1}}" -->
|
|
|
|
|
<view class="content" style="justify-content:space-between">
|
|
|
|
|
<span wx:for="{{filterData.sex}}" catchtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" style="margin-right:{{index == filterData.sex.length - 1? '0':''}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">薪资福利</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray1}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray1" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">分类</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.classifyList}}" catchtap="setActive" wx:key="index" data-type="classifyList" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">宿舍保障</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray3}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray3" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">薪资福利</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray1}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray1" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">班制休息</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray0}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray0" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">宿舍保障</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray3}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray3" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">面试特色</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray4}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray4" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">班制休息</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray0}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray0" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">其他特色</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray2}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray2" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">面试特色</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray4}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray4" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class="btnBox bt1" catchtap>
|
|
|
|
|
<button class="clearFilter" hover-class="thover" style="max-width:118px" data-type="innerclear" bindtap="clearFilter1">清除</button>
|
|
|
|
|
<button class="normalBtn loginOut" hover-class="thover" style="max-width:178px" bindtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 单独的筛选项隐藏 -->
|
|
|
|
|
<view class="bgf tl c3 dn filterprice filterBox" catchtap="cc">
|
|
|
|
|
<scroll-view scroll-y="{{true}}" class="specialtag">
|
|
|
|
|
<view class="f18 c3 fw500 mt12" style="text-align:start">薪资福利</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray1}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="1" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray1" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">食宿保障</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray3}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="3" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray3" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">班制特色</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray0}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="0" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray0" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">其它特色</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray2}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="2" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray2" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
|
|
|
<view class>
|
|
|
|
|
<button class="resetBtn" style catchtap="clearFilter1" data-type="1">重置</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class>
|
|
|
|
|
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="title">其他特色</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
<span wx:for="{{filterData.jobFilter.tagArray2}}" catchtap="setActive" wx:key="index" data-type="jobFilter" data-arr="tagArray2" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="btnBox bt1" catchtap>
|
|
|
|
|
<button class="clearFilter" hover-class="thover" style="max-width:118px" data-type="innerclear" bindtap="clearFilter1">清除</button>
|
|
|
|
|
<button class="normalBtn loginOut" hover-class="thover" style="max-width:178px" bindtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 单独的筛选项隐藏 -->
|
|
|
|
|
<view class="bgf tl c3 dn filterprice filterBox" catchtap="cc">
|
|
|
|
|
<scroll-view scroll-y="{{true}}" class="specialtag">
|
|
|
|
|
<view class="f18 c3 fw500 mt12" style="text-align:start">薪资福利</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray1}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="1" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray1" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">食宿保障</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray3}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="3" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray3" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">班制特色</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray0}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="0" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray0" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f18 c3 fw500 mt16">其它特色</view>
|
|
|
|
|
<view class="mt10 tagBox">
|
|
|
|
|
<block wx:for="{{filterData.jobFilter.tagArray2}}" wx:key="index">
|
|
|
|
|
<view data-index-tag="2" data-type="jobFilter" bindtap="setActive" wx:key="index" data-arr="tagArray2" data-id="{{item.id}}" data-index="{{index}}" class="bgAc {{item.active ? 'active' : ''}}">{{item.name}}</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class="btmFix display-flex" style="justify-content: center;">
|
|
|
|
|
<view class>
|
|
|
|
|
<button class="resetBtn" style catchtap="clearFilter1" data-type="1">重置</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class>
|
|
|
|
|
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style catchtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- catchtap="golistSharePage" -->
|
|
|
|
|
<!-- wx:if="{{false}}" -->
|
|
|
|
|
<!-- <view class="f14" catchtap="golistSharePage" style="text-decoration:underline;color:#576B95" hover-class="none" hover-stop-propagation="false">批量分享</view> -->
|
|
|
|
|
<!-- <view class="typeChange" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
</view>
|
|
|
|
|
<!-- catchtap="golistSharePage" -->
|
|
|
|
|
<!-- wx:if="{{false}}" -->
|
|
|
|
|
<!-- <view class="f14" catchtap="golistSharePage" style="text-decoration:underline;color:#576B95" hover-class="none" hover-stop-propagation="false">批量分享</view> -->
|
|
|
|
|
<!-- <view class="typeChange" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" style="width:60px;height: 32px;" src="{{toped == 1 ? '../../assets/images/biao.svg' : '../../assets/images/jian.svg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <view class="flex-1">
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <view class="flex-1">
|
|
|
|
|
<view class="newSearch" catchtap="goSearch">
|
|
|
|
|
<i class="iconfont icon-sousuo11 mr8"></i>搜索
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- </view> -->
|
|
|
|
|
<scroll-view class="filterTag display-flex bt1" scroll-x="true" scroll-y="false" scroll-top="0" scroll-left="0" scroll-into-view scroll-with-animation="false" enable-flex enable-back-to-top="false" wx:if="{{selectBrandList.length > 0 || selectJobList.length > 0 || sexid != '-1' ||(storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60')}}">
|
|
|
|
|
<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">
|
|
|
|
|
@ -601,9 +610,10 @@
|
|
|
|
|
</view>-->
|
|
|
|
|
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
|
<job-sub storeJobListSearchForm="{{storeJobListSearchForm}}" bindgetPhoneNumber="getPhoneNumber" bindcollectPaste="collectPaste" bindgetUserInfoBtn="getUserInfoBtn" recordList="{{recordList}}" isLogin="{{isLogin}}" agencyStatus="{{agencyStatus}}" hasUserInfo="{{hasUserInfo}}"></job-sub>
|
|
|
|
|
<block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
|
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) }}" class="tc">
|
|
|
|
|
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 20px"></view>
|
|
|
|
|
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<block wx:else>
|
|
|
|
|
<block wx:if="{{isLogin}}">
|
|
|
|
|
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
|
|
|
|
|
@ -619,10 +629,10 @@
|
|
|
|
|
</block>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
|
|
|
|
<!-- <view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
|
|
|
|
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 20px"></view>
|
|
|
|
|
<view class="tc f14 c045">暂无记录</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tc f14 c045">没有符合条件的职位</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|