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.
bocai_supplyChain/pages/firstBill/index.wxml

1222 lines
84 KiB
Plaintext

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<view style class="container" bindtouchstart="touchStart">
<view class="navigatorBar" hover-class="none" style="height:{{navigationBarHeight + statusBarHeight}}px;z-index:{{leftShow ? '99':'0'}};box-sizing:border-box" hover-stop-propagation="false">
<view class="tabs daotian display-flex fw500" style="width:128px;text-align:center;padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 4}}px;margin-top:{{}};font-size:34rpx;letter-spacing: 1px;">
伯才
</view>
</view>
<view class="weui-search-bar__form">
<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">
<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="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>
</view>
<!-- 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 - 130px)" 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" hover-stop-propagation="false">
<view class="navigator" style="display:none">
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
<view class="tabs display-flex" style="width:128px;text-align:center;margin-top:{{}}">
<view class="tarbar" style bindtap="choosenTop" data-id="1">
<view class="tarbarText f16 {{toped == '1'?'active':''}}">标准</view>
</view>
<view class="tarbar" bindtap="choosenTop" data-id="2">
<view class="tarbarText f16 {{toped == '2'?'active':''}}">简版</view>
</view>
</view>
</view> -->
<view class="quickapply">
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
<view class hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
<view class="info">
<view class="fw500 f18">拍照报名</view>
<view class="f12 c9">自动识别</view>
</view>
<view class="t-icon t-icon-paizhao"></view>
</view>
<view class hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
<view class="info">
<view class="fw500">报名录单</view>
<view class="f12 c9">快速报名</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view>
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
<view class="info">
<view class="fw500">智能匹配</view>
<view class="f12 c9">快速推岗</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view> -->
</button>
<button wx:else hover-class="none" style="width: calc(100vw - 20px);">
<view class hover-class="thover" hover-stop-propagation="false" catchtap="chooseIdCard">
<view class="info">
<view class="fw500">拍照报名</view>
<view class="f12 c9">自动识别</view>
</view>
<view class="t-icon t-icon-paizhao" />
</view>
<view class hover-class="thover" hover-stop-propagation="false" catchtap="navigatorToRecord">
<view class="info">
<view class="fw500">报名录单</view>
<view class="f12 c9">快速报名</view>
</view>
<view class="t-icon t-icon-ludan" />
</view>
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
<view class="info">
<view class="fw500">智能匹配</view>
<view class="f12 c9">快速推岗</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view> -->
</button>
</view>
<!-- <view class="weui-search-bar weui-search-bar_focusing ysd-basebg-color" id="searchBar" style="line-height: 1;">
<view class="cf v-center" hover-class="thover" bindtap="goCity">
<view class="f16 cf085 dib">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
<i class="iconfont icon-zhankai f10" style="margin: 1px 12px 0 6px; color: #fff"></i>
</view>
<form class="weui-search-bar__form flex-1">
<view class="weui-search-bar__box" catchtap="goSearch">
<i class="iconfont icon-sousuo11"></i>
<view class="weui-search-bar__input {{!chaShowed ? 'c9' : 'c3'}}" style="width: 160px;">{{inputVal}}</view>
<view class="iconfont icon-qingkong1" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
<view class="search" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
</view>
</form>
</view> -->
<!-- <view class="display-flex p024">
<view class="tarbar" bindtap="choosenTop" data-id="1">
<view class="tarbarText {{toped == '1'?'active':''}}">简版</view>
<image wx:if="{{toped == '1'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image>
</view>
<view class="tarbar" style="margin-left: 48px;" bindtap="choosenTop" data-id="2">
<view class="tarbarText {{toped == '2'?'active':''}}">标准</view>
<image wx:if="{{toped == '2'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image>
</view>
<view class="flex-1">
<view class="newSearch" catchtap="goSearch">
<i class="iconfont icon-sousuo11 mr8"></i>搜索
</view>
</view>
</view> -->
</view>
<view class hover-class="none" hover-stop-propagation="false">
<view id="navBox" hover-class="none" hover-stop-propagation="false">
<view class="bannerContainer" wx:if="{{false}}">
<!-- indicator-dots="{{true}}" -->
<swiper class="banner" autoplay="{{true}}" previous-margin="-3px" next-margin="-3px" circular="{{true}}" current="0" current-item-id interval="3000" duration="300" display-multiple-items="1" skip-hidden-item-layout="false">
<swiper-item class wx:for="{{bannerList}}" wx:key="index" item-id>
<image bindtap="toHot" data-path="{{item.path}}" class="size100 br8" src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload />
</swiper-item>
</swiper>
</view>
<view class="navListContainer">
<view class="navList">
<view class="navSub" bindtap="witchNav" data-title="{{item.title}}" data-url="{{item.path}}" wx:for="{{navList}}" target wx:key="index" aria-role="navigate" open-type="navigate">
<view class="por" style="width:44px" hover-class="none" hover-stop-propagation="false">
<image class src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<view class="poa" wx:if="{{!readed && item.title == '消息中心'}}" style="width:10px;height:10px;border-radius:50%;right:-2px;top:-2px;background-color:#ff4400" hover-class="none" hover-stop-propagation="false"></view>
</view>
<view class="f12 lh1" hover-class="none" hover-stop-propagation="false">
{{item.title}}
</view>
</view>
<!-- <view class="" bindtap='witchNav' data-title="职教职培" data-url="/subPage/vocationalList/index" hover-class="none" hover-stop-propagation="false">
职教职培
</view> -->
</view>
</view>
</view>
</view>
<!-- 滚动公告 -->
<!-- <view class='wrapX'>
<view class="wrapOut fss">
<i class='iconfont icon-laba ml8 f18' style="font-weight:600;color:#1890ff"></i>
<view class="wrapInner flex-1">
<view class="contant">平台迁移 点击跳转到新的小程序</view>
</view>
</view>
</view> -->
<!-- <image class wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="display:block;width:calc(100vw - 20px);height:calc((100vw - 20px) * 174 / 1065);margin:4px 10px" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/new_notice.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload bindtap="showgzh"></image> -->
<!-- <view class="fsa f12 ysd-base-color m10 p012 br8 mb0" wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="line-height:36px;background: #ffeee9" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">
<i class="iconfont icon-xiaoxi br8 tac" style="display:inline-block;width:22px;height:22px;background:#ffdede;line-height:23px"></i>
查收工单通知,关注伯才公众号
</view>
<view class="border1 pl8 pr8" bindtap="showgzh" style="border-color:var(--ysd-color);line-height:22px;border-radius:5px" hover-class="none" hover-stop-propagation="false">关注</view>
</view> -->
<!-- <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" 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>
<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>
<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>
</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>
</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>
<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.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.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.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.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 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>
</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 class="newSearch" catchtap="goSearch">
<i class="iconfont icon-sousuo11 mr8"></i>搜索
</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">
<view class="por" hover-class="none" hover-stop-propagation="false">
<view class="clear_icon iconfont icon-qingchu1"></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>
{{maxAge == minAge ? maxAge + '岁' : storeJobListSearchForm.ageRangeStr + (maxAge == 60 ? '+' : '')}}
</view>
</view>
<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>
</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>
</block>
</view>
<view class="specialTag" wx:if="{{selectJobList.length > 0}}">
<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>
</block>
</view>
</view>
<view class="clear" catchtap="clearFilter1" data-type="outerClear" hover-class="none" hover-stop-propagation="false">
<i class="iconfont icon-qingkong1 f14"></i>
清除
</view>
</scroll-view>
<!-- <view class="xgxg p012" id="menu">
<view class="display-flex" style="justify-content:space-beteween; height: 44px">
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
<view class="f16 fw500 dib">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
<i class="iconfont icon-zhankai f12" style="margin: 1px 0px 0 6px"></i>
</view>
<view class="csbf f14 c6 {{whichOneShow == 'gj' ?'active':''}} {{ activez!='' && activez!='zuigao'?'activecolor':''}}" catchtap="chooseNl" data-type="gj">
{{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>
<scroll-view class="gjFixed" wx:if="{{ whichOneShow == 'gj' }}" catchtouchmove="cc">
<view class="bgf tl c3 por filter filterprice sort {{whichOneShow == 'gj' ? 'activeWindow' : ''}}" 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 bb1 {{activez=='zuijin'?'cf00 b1':''}}" data-id="zuijin" bindtap="choiceFilter" style="line-height: 42px" hover-class="thover">距离优先</view>
</view>
</scroll-view>
</view>
<view class="csbf c6 f14 {{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 {{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>
<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>
</view>
</scroll-view>
</view>
<view class="csbf f14 c6 fsa {{whichOneShow == 'special' ? 'special_active' : ''}} {{whichOneShow == 'special'?'active':''}} {{ selectJobList.length> 0?'activecolor':''}}" catchtap="chooseNl" data-type="special">
筛选
<i class="iconfont icon-shouqi f12 c9 fst ml4" wx:if="{{whichOneShow == 'special' && selectJobList.length <= 0}}"></i>
<i class="iconfont icon-zhankai f12 c9 fst ml4" wx:if="{{whichOneShow != 'special' && selectJobList.length <= 0}}" data-type="special"></i>
<view wx:if="{{selectJobList.length > 0}}" class="specialnum ml4" data-type="special">{{selectJobList.length}}</view>
<scroll-view class="gjFixed" catchtouchmove="modalMove" catchtap="hideLeft" wx:if="{{whichOneShow == 'special'}}">
<view class="bgf tl c3 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>
<scroll-view class="filterTag display-flex" 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" bindscrolltoupper bindscrolltolower bindscroll wx:if="{{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1'}}">
<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' : ''}}" style="min-width:60px" wx:if="{{activez != 'zuigao'}}" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">{{firstMenu}}</view>
</view>
<view class="tc genderTag f14 por {{sexid != '-1' && (selectJobList.length > 0 || selectBrandList.length > 0 ) ? 'hascontent' : ''}}" style="min-width:60px" wx:if="{{sexid != '-1'}}" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">{{secondMenu}}</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>{{item.name}}</view>
</block>
</view>
<view class="specialTag" wx:if="{{selectJobList.length > 0}}">
<block wx:for="{{selectJobList}}" wx:key="index">
<view class>{{item.name}}</view>
</block>
</view>
</view>
<view class="clear" catchtap="clearFilter1" data-type="outerClear" hover-class="none" hover-stop-propagation="false">
<i class="iconfont icon-qingkong1 f14"></i>
清除
</view>
</scroll-view>
</view> -->
</view>
<!-- 标准列表 -->
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
<!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} -->
<!-- scroll-y="true" enable-back-to-top="true" bindscrolltolower="onScrollToLower" refresher-enabled="{{false}}" lower-threshold="30" refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? (navigatorBarHeight + 48) : navigatorBarHeight}}px);" -->
<view>
<!-- <view class="banner" style="display: none">
<swiper indicator-dots="{{true}}" autoplay="{{true}}" loop="{{true}}" interval="2000" duration="500" class="innerSwiper" circular style="width: calc(100vw - 20px); height: calc(100vw / 3 - 21px / 3)" indicator-color="rgba(255,255,255,0.3)" indicator-active-color="#ffffff">
<block wx:for="{{background}}" wx:key="index">
<swiper-item>
<view class="swiper-item">
<navigator url="/pages/specialArea/index?id=608" hover-class="none">
<image src="{{item}}" style="width: calc(100vw - 20px); height: calc(100vw / 3 - 20px / 3)"></image>
</navigator>
</view>
</swiper-item>
</block>
</swiper>
</view> -->
<!-- <view class="quickapply">
<button class="text" size="mini" hover-class="none" catchgetphonenumber="getPhoneNumber" open-type="getPhoneNumber" catchtap="emptyMethod" hover-stop-propagation="false" wx:if="{{!isLogin}}">
<view class="" hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-paizhao"></view>
</view>
<view class="" hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
<view class="info">
<view>报名录单</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-ludan"></view>
</view>
</button>
<button wx:else style="width: calc(100vw - 20px);">
<view class="" hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
<view class="info">
<view>拍照报名</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-paizhao" />
</view>
<view class="" hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
<view class="info">
<view>报名录单</view>
<view>快速报名</view>
</view>
<view class="t-icon t-icon-ludan" />
</view>
</button>
</view> -->
<!-- <view style="margin: 10px">
<view class="p1612 display-flex bgf br8 spef">
<view class="flex-1 tc" hover-class="thover" catchtap="toSpecialArea" data-id="608">
<i class="t-icon t-icon-jinriretui" style="width: 48px; height: 48px"></i>
<view class="stm">今日热推</view>
</view>
<view class="flex-1 tc" hover-class="thover" catchtap="toSpecialArea" data-id="602">
<i class="t-icon t-icon-duanqigong" style="width: 48px; height: 48px"></i>
<view class="stm">短期工</view>
</view>
<view class="flex-1 tc" hover-class="thover" catchtap="toSpecialArea" data-id="610">
<i class="t-icon t-icon-hanjiagong" style="width: 48px; height: 48px"></i>
<view class="stm">寒假工</view>
</view>
<view class="flex-1 tc" hover-class="thover" catchtap="toSpecialArea" data-id="603">
<i class="t-icon t-icon-dalinggong" style="width: 48px; height: 48px"></i>
<view class="stm">大龄工</view>
</view>
</view>
</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 class="tc p20 f12 c045">没有符合条件的职位</view>
</block>
<block wx:else>
<block wx:if="{{isLogin}}">
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">
已经到底啦~
</view>
<view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
</block>
<block wx:if="{{!isLogin}}">
<view style="padding:10px 12px;">
<text style="font-size: 14px;color: #999999;line-height: 20px;">
未登录时只能使用部分功能,申请加入伯才即可使用更多功能。
</text>
</view>
<!-- <button class="clickMore mb20" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">登录查看更多职位</button> -->
<view class="mt12 f14 tc" bindtap="goLogin" style="color: #576b95;padding-bottom: 80px;">
登录伯才
</view>
<!-- <view class="tc p20 f12 c045">已经到底啦~</view> -->
</block>
</block>
</view>
<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>
</view>
</view>
<!-- 简版列表 -->
<view style="display:{{toped == 2 ? 'block' : 'none'}}">
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
<view class="standardList" style="padding-top: 0;overflow-x: hidden;">
<!-- scroll-y="{{isScrollTop}}" enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-enabled="{{!isScrollTop}}" refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? (navigatorBarHeight + 48) : navigatorBarHeight }}px);" -->
<view>
<view x:if="{{recordList != null && recordList.length > 0}}" class style="padding-top: 0;">
<view class="jcenter bgf br8">
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
<view class="jobOne" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-item="{{item}}" data-id="{{item.id}}" data-index="{{index}}" bindtap="goDrawer" wx:key="index" hover-class="ahoverd" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};padding: 0;">
<view class="jobIn" style="border-bottom: 1px dashed #cccccc;padding: 12px 0;" hover-class="none">
<image style="width: 80px;height: 80px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.state == 1 && item.recruitment == 2}}"></image>
<image style="width: 72px;height: 72px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/weishangxian.svg" wx:if="{{item.state == 0}}"></image>
<view class="display-flex">
<view class="lNum" style="width: 60px;">
{{index < 9?'0'+(index+1):index+1 }}
</view>
<view class="flex-1">
<view class="jobTitle2">
{{item.jobName}}
<i class="iconfont icon-dianzan1 ysd-base-color fw400" wx:if="{{item.hotJob == 1}}"></i>
<!-- <span class="f12 tagsLi ysd-basebg-color pl4 pr4" style="width:32px" hover-class="none" wx:if="{{item.hotJob == 1}}" hover-stop-propagation="false">
<span class="cf" hover-class="none" hover-stop-propagation="false">主推</span>
</span> -->
</view>
<view class="jobText fss" wx:if="{{item.salaryClassify != 7}}">
<view class wx:if="{{item.salaryClassify == 0}}">
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元/时</span>
</view>
<view class wx:if="{{item.salaryClassify == 1}}">
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元/天</span>
</view>
<view class wx:if="{{item.salaryClassify == 2}}">
<span class="f14">补</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
<view class wx:if="{{item.salaryClassify == 3}}">
<span class="f14">返</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
<view class wx:if="{{item.salaryClassify == 4}}">计件</view>
<view class wx:if="{{item.salaryClassify == 5}}">
<span class="f14">保底</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
<!-- <view class="" wx:if="{{item.salaryClassify == 7}}">月薪</view> -->
{{item.age}}
</view>
<view class="jobText" wx:else>
{{item.minMonthlyPay+'-'+item.maxMonthlyPay+'元/月'}}{{item.age}}
</view>
</view>
<button wx:if="{{!isLogin}}" class="biggerSize v-center {{item.collected - 1 == 0 ? 'collectred':''}}" open-type="getPhoneNumber" style="width:20px;background-color:#fff;padding:0;margin:0;height:24px;margin-right:13px" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-type="4" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang f20 mt4 biggerSize" hover-class="f40" style="color: #888" hover-stop-propagation></icon>
<!-- <icon class="iconfont icon-yishoucang f16 mt4" style="" wx:else></icon> -->
<!-- <text class="f10 {{item.collected - 1 == 0 ? 'ysd-base-color':'c8'}}" style="line-height: 36px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text> -->
</button>
<view class="mt4" wx:else>
<view class="iconfont icon-yishoucang f20 mt4 biggerSize" wx:if="{{item.collected - 1 == 0}}" catchtap="collectPaste" data-collected="{{item.collected}}" data-item="{{item}}" data-jobid="{{item.id}}" style="margin-right:12px;color: #1890ff;" hover-class="FF6933" hover-stop-propagation></view>
<view class="iconfont icon-shoucang biggerSize f20 mt4" wx:else catchtap="collectPaste" hover-class="f40" data-item="{{item}}" style="margin-right:13px;color:#888" hover-stop-propagation></view>
</view>
</view>
<view class="display-flex">
<view style="width: 60px;margin-right: 12px;">
<view class="daili">费</view>
</view>
<view class="flex-1">
<view class="jobText">
{{!isLogin ? '登录查看服务费' : (agencyStatus == 1 ? (item.fuWuFei ? item.fuWuFei : '-') : '服务费仅代理可见')}}
</view>
</view>
</view>
<view class="display-flex mt6" hover-class="none" hover-stop-propagation="false">
<view style="width: 60px;margin-right: 12px;"></view>
<view class="flex-1" hover-class="none" hover-stop-propagation="false">
项目方: {{item.agencyName}}
</view>
</view>
</view>
</view>
</view>
</view>
<block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
<view class="tc p20 f12 c045">没有符合条件的职位</view>
</block>
<block wx:else>
<block wx:if="{{isLogin}}">
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">
已经到底啦~
</view>
<view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
</block>
<block wx:if="{{!isLogin && recordList.length != 0}}">
<view style="padding:10px 12px;">
<text style="font-size: 14px;color: #999999;line-height: 20px;">
未登录时只能使用部分功能,申请加入伯才即可使用更多功能。
</text>
</view>
<!-- <button class="clickMore mb20" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">登录查看更多职位</button> -->
<view class="mt12 f14 tc" bindtap="goLogin" style="color: #576b95;padding-bottom: 80px;">
登录伯才
</view>
</block>
</block>
</view>
<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>
</view>
<!-- <view class="fixedNum" wx:if="{{recordList.length > 0 && isLogin}}"><text class="f20">{{currPage}}</text>/{{totalPage}}</view> -->
</view>
<scroll-view class="fadeIn" wx:if="{{phoneDialog}}" style="position: relative; z-index: 9999">
<view class="weui-mask"></view>
<view class="weui-dialog p020" style="box-sizing: border-box">
<!-- <view class="weui-dialog__hd"><strong class="weui-dialog__title">{{pmdUserInfo.tel}}</strong></view> -->
<!-- <view class="weui-dialog__hd bb1">
<view>
<image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image>
<image wx:else src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width:56px;height:56px;border-radius:50%;"></image>
</view>
<view class="f20 c3">{{pmdUserInfo.userName}}</view>
<view class="f14 c9">伯才客服</view>
<view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view>
</view> -->
<view class="weui-dialog__hd bb1">
<!-- <image wx:if="pmdUserInfo.imgSrc != ''" src="{{pmdUserInfo.imgSrc}}" style="width:56px;height:56px;border-radius:50%;"></image> -->
<image src="http://matripe.oss-cn-beijing.aliyuncs.com/goodJob/bocaoLogo.png" style="width: 56px; height: 56px; border-radius: 50%"></image>
<view class="f20 c3">周耀锋</view>
<view class="f14 c9">专属客服</view>
<!-- <view class="mt20 f22 c3">{{pmdUserInfo.tel}}</view> -->
<view class="mt20 f22 c3">13937184434</view>
</view>
<view class="display-flex pb20" style="padding-top: 20px">
<view class="flex-1 lflex v-center" bindtap="close" hover-class="thover">取消</view>
<view class="rflex">
<button class type="primary" bindtap="makePhoneCall">呼叫</button>
</view>
</view>
</view>
</scroll-view>
</view>
<view aria-role="dialog" aria-modal="true" catchtouchmove="modalMove" class="fadeIn" wx:if="{{iosDialog}}">
<view class="weui-mask"></view>
<view class="weui-dialog contact tobe" style="box-sizing:border-box;">
<i class="iconfont icon-guanbi guanbi c6 biggerSize" bindtap="closeDialog"></i>
<view class="weui-dialog__hd">
<view class="f20 bbd1 top" hover-class="none" hover-stop-propagation="false">
<view class="fw500" hover-class="none" hover-stop-propagation="false">申请加入伯才</view>
<view class="f16 c6" hover-class="none" hover-stop-propagation="false">请联系伯才客服</view>
</view>
<view class="bottom" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">
<view class="fw500 f18" hover-class="none" hover-stop-propagation="false">伯才客服</view>
<view class="c3 f14">
{{serviceInfo.userName }}
<i class="mr4"></i>
<p class>{{serviceInfo.tel || '0371-6611 3723'}}</p>
</view>
<view wx:if="{{isLoading}}" class style="position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)" hover-class="none" hover-stop-propagation="false">
<view aria-role="img" aria-label="加载中" style class="weui-primary-loading">
<view class="weui-primary-loading__dot"></view>
</view>
<view class hover-class="none" hover-stop-propagation="false">加载中...</view>
</view>
<image src="{{serviceInfo.qrCode}}" bindload="imageLoad" show-menu-by-longpress="{{true}}" style="width: 161px;height: 161px;"></image>
<view class="f14 c9 mt6">长按识别二维码</view>
</view>
</view>
</view>
</view>
</view>
<view class="pabtm" wx:if="{{!whichOneShow && false}}" style="top:{{(systemInfo.windowHeight - 200)}}px">
<view class="typeChange" catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" hover-class="none" hover-stop-propagation="false">
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 1 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/biao1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 2 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/jian1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
</view>
<!-- catchtap="golistSharePage" -->
<view class="typeChange vsb mt8" bindtap="showLeft">
<image class src="../../assets/images/znpp.svg" wx:if="{{!smartSearch}}" style="width:22px;height:22px;" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<image class src="../../assets/images/znpp1.svg" wx:else style="width:22px;height:22px;" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<!-- <view class="f10 lh1 mb2" selectable="false" space="false" decode="false">批量</view>
<view class="f10 lh1" hover-class="none" hover-stop-propagation="false">分享</view> -->
</view>
</view>
<!-- 智能匹配左侧弹出按钮 -->
<view class="leftButton dn {{halfHide ? 'halfHide' :''}} {{leftShow ? 'buttonShow':''}}" bindtap="showLeft" style="top:{{(systemInfo.windowHeight * 55) / 100}}px;background-color:{{innerFilter?'rgba(255, 68, 0,.6)':'rbga(0,0,0,.6)'}}">
<view class="column" hover-class="none" style="word-wrap: break-word;" hover-stop-propagation="false">
智能匹配
</view>
<i class="iconfont icon-huadong f12 ml4 {{leftShow?'rotate':''}}"></i>
</view>
</scroll-view>
</view>
<!-- 简版抽屉 -->
<bottom-drawer show="{{drawerShow}}" drawerType="drawerShow" bindhidedrawer="hidedrawershow" class="bottomDrawer" height="calc(100vh - {{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 41}}px)" hideTabbar="{{true}}">
<!-- <view slot="title" class hover-class="none" hover-stop-propagation="false"></view> -->
<view class="fss bb1" style="padding:6px 16px" slot="title">
<view class hover-class="none" style hover-stop-propagation="false">
<view class='fss' hover-class="none" hover-stop-propagation="false">
<span class="f18 fw500">{{currentJobDrawer.jobName}}</span>
<view style="min-width:50px;" class="pr10 ml16 fsa" hover-class="thover" bindtap="sharePoster">
<icon class="iconfont icon-zhuanfa1 f16" style="color:#787878"></icon>
<view class="btext" style="margin-top:4px;">分享</view>
</view>
</view>
<view class="flex-1">
<view class="jobText f14">
服务费:{{!isLogin ? '登录查看服务费' : (agencyStatus == 1 ? (currentJobDrawer.fuWuFei ? currentJobDrawer.fuWuFei : '-') : '服务费仅代理可见')}}
</view>
</view>
<view class="display-flex f14" hover-class="none" hover-stop-propagation="false">
<view class="flex-1" hover-class="none" hover-stop-propagation="false">
项目方: {{currentJobDrawer.agencyName}}
</view>
</view>
</view>
</view>
<view class="content">
<view class="jobOne" hover-start-time="50" hover-stay-time="0" hover-class="none" style="padding: 0;">
<view class="jobIn fsa" style="border-bottom: 1px dashed #eee;padding: 10px 16px;" hover-class="none">
<view class style="min-width:78px">
<i class="iconfont icon-yishoucang f16 biggerSize f16" wx:if="{{currentJobDrawer.collected - 1 == 0}}" data-item="{{currentJobDrawer}}" catchtap="collectPaste" data-collected="{{currentJobDrawer.collected}}" data-jobid="{{currentJobDrawer.id}}" style="margin-right:12px;color: #1890ff">
<p class="f14 ml4">已收藏</p>
</i>
<i class="iconfont icon-shoucang f16 f16 biggerSize" wx:else catchtap="collectPaste" data-item="{{currentJobDrawer}}" data-collected="{{currentJobDrawer.collected}}" data-jobid="{{currentJobDrawer.id}}" style="margin-right:13px;">
<p class="f14 ml4">收藏</p>
</i>
</view>
<view class="miniBtn mr16" bindtap="recordBill" hover-class="thover" hover-stop-propagation="false" style="background-color:{{(agencyStatus != 1 || !isLogin) || (currentJobDrawer.state == 1 && currentJobDrawer.recruitment == 2) ? '#ccc' : ''}}">
报名
</view>
<!-- copyClose -->
<view class="fsa" catchtap="notarizeShow" hover-class="thover">
<view class="iconfont icon-fuzhi c9 f16 mr4"></view>
<view class="f14">复制</view>
</view>
</view>
</view>
<scroll-view scroll-y="true" class="annunciate" style="white-space:pre-line">
<view class="info" hover-class="none" hover-stop-propagation="false">
<rich-text class hover-class="none" hover-stop-propagation="false" nodes="{{currentJobDrawer.jobDesp1}}"></rich-text>
<!-- <textarea class style="height:580px" value="{{currentJobDrawer.jobDesp1}}" placeholder placeholder-style placeholder-class="textarea-placeholder" disabled="false" maxlength="0"></textarea> -->
<view class="contactInfo" hover-class="none" data-info="{{userInfo.agencyStatus == 1 ? (userInfo.noticeEndStr ? userInfo.noticeEndStr : ('详情咨询:' + userInfo.tel)) : (serviceInfo.userName + ' ' + (serviceInfo.workPhone || '-'))}}" hover-stop-propagation="false">
{{userInfo.agencyStatus == 1 ? (userInfo.noticeEndStr ? userInfo.noticeEndStr : ('详情咨询:' + userInfo.tel)) : ('详情咨询:' + (serviceInfo.userName || '') + (serviceInfo.workPhone || '-'))}}
</view>
<view class="f16 tac mt16" wx:if="{{userInfo.agencyStatus == 1}}" hover-class="none" hover-stop-propagation="false">
以上联系人,可以
<span class="fw500" bindtap="changeContact" style="color:#576B95;text-decoration:underline">
{{userInfo.noticeEndStr ? '修改' : '改成我的'}}
</span>
</view>
</view>
</scroll-view>
</view>
</bottom-drawer>
<!-- 复制确认框显示 -->
<bottom-drawer show="{{notarizeDrawerShow}}" drawerType="notarizeDrawerShow" bindhidedrawer="hidedrawershow" cancerShow="{{false}}" touchClose="{{false}}" class="bottomDrawer" titleText="智能匹配" height>
<view class hover-class="none" style="background-color:#f5f5f5" hover-stop-propagation="false">
<view class="weui-actionsheet__menu bgf">
<view aria-role="button" class="weui-actionsheet__cell" bindtap="copyClose">直接复制</view>
<view aria-role="button" class="weui-actionsheet__cell" bindtap="clipboardShow">编辑后复制</view>
</view>
<view class="weui-actionsheet__action">
<view aria-role="button" class="weui-actionsheet__cell bgf mt8 chref pb32" bindtap="hideNotarize">
取消
</view>
</view>
</view>
</bottom-drawer>
<!-- 复制编辑框显示 -->
<bottom-drawer show="{{clipboardDrawerShow}}" drawerType="clipboardDrawerShow" bindhidedrawer="hidedrawershow" class="bottomDrawer" touchClose="{{false}}" titleText="智能匹配" height="calc(100vh - {{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 41}}px)">
<view class="title tac" style="padding:16px 16px" slot="title">以下文本可编辑</view>
<scroll-view scroll-y="{{true}}" style="height:80%;padding: 0 16px" class="editorBox">
<editor id="editor" class="ql-container" style="height:98%" bindstatuschange="onStatusChange" bindready="onEditorReady"></editor>
</scroll-view>
<button class="normalBtn loginOut" hover-class="thover" style="width:260px !important" bindtap="copyClose1">
复制
</button>
</bottom-drawer>
<canvas type="2d" style="position: absolute;left:-2000px; width: 425px; height: 350px; background: #fff;" id="canvasId"></canvas>
<!-- 海报分享框显示 -->
<bottom-drawer show="{{posterShow}}" drawerType="posterShow" catchtouchmove="modalMove" bindhidedrawer="hidedrawershow" class="bottomDrawer" touchClose="{{false}}" height="calc(100vh - {{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 41}}px)">
<view class="showDrawercontent">
<image class="posterImg" src="{{posterImg}}" show-menu-by-longpress="{{true}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
</view>
<view class="showDrawerbottom">
<button class="normalBtn loginOut" bindtap="saveToalbum">保存到相册</button>
</view>
</bottom-drawer>
<!-- 智能匹配下侧抽屉 -->
<bottom-drawer show="{{leftShow}}" drawerType="leftShow" bindhidedrawer="hidedrawershow" titleText="智能匹配" height="calc(100vh - {{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 41}}px)" hideTabbar="{{true}}">
<!-- <view slot="title" class hover-class="none" hover-stop-propagation="false"></view> -->
<view slot="title" class="tac" style="height:54px;line-height:54px" hover-class="none" hover-stop-propagation="false">
智能匹配
</view>
<scroll-view scroll-y="{{true}}" class="left_drawer_container">
<view class="sub sex" hover-class="none" hover-stop-propagation="false">
<view class="flex-1" hover-class="none" hover-stop-propagation="false">
<view class="title">性别</view>
<view class="content">
<!-- br1 -->
<view wx:for="{{filterData.sex}}" class="{{item.active ? 'active':''}} tac" catchtap="setSmartActive" wx:key="index" data-type="sex" data-id="{{item.id}}" wx:if="{{index != filterData.sex.length - 1}}" style="width:45%;margin-right:{{index == filterData.sex.length - 1? '0':''}}" hover-class="none" hover-stop-propagation="false">
<image class style="width:40px;height:40px" src="{{item.active ? item.selectIcon : item.icon}}" hover-class="none" hover-stop-propagation="false"></image>
<view class="f14" hover-class="none" hover-stop-propagation="false">{{item.name}}</view>
</view>
</view>
</view>
<view class="flex-1 pl24 cccc"></view>
<!-- <view class="flex-1 pl24 cccc" hover-class="none" hover-stop-propagation="false">
<view class="title">民族</view>
<view bindchange="bindPickerChangeNation" class="nation_picker" style data-id="{{item.id}}" value="{{item.name}}" wx:for-item="item" range="{{nationArray}}" range-key="name">
<view class="picker tr fsa">
<block wx:if="{{nationIndex == -1}}">
<view class="c9 tl dib" style>请选择</view>
</block>
<block wx:else>
<view class="c3 tr dib">{{nationArray[nationIndex].name}}</view>
</block>
<i class="iconfont icon-gengduo11 f16 ml4 dib pr c9 rot90" style="line-height:1;top:1px;"></i>
</view>
</view>
</view> -->
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title pb16">年龄(岁)</view>
<view class="content por" style="justify-content:space-between;">
<view class="slider_value fsa f14" 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="40" block-size="50" width="660" contentWidth="84vw" min="16" max="60" values="{{rangeValues}}" bindrangechange="onSmartRangeChange" activeColor="var(--color-ysd)"></range-slider>
</view>
</view>
</view>
<view class="sub dn" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title">籍贯</view>
<view class="content" style="justify-content:space-between;">
<input type="text" class="bgf5 matchingInput" placeholder="请输入" catchblur="updateVal" />
</view>
</view>
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title pb16">期望薪资</view>
<view class="content por" style="justify-content:space-between;">
<view class="slider_value fsa f14" 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">
{{minSalary * 100 + '-'}}
</view>
<view class hover-class="none" hover-stop-propagation="false">{{maxSalary * 100}}</view>
</view>
<range-slider height="40" block-size="50" width="660" contentWidth="84vw" min="10" max="150" values="{{salary}}" bindrangechange="onSalaryRangeChange" activeColor="var(--color-ysd)"></range-slider>
</view>
</view>
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title">纹身烟疤</view>
<view class="content">
<span wx:for="{{smartObj.tattoo}}" wx:key="index" bindtap="setSmartActive" data-type="tattoo" 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="{{smartObj.criminal}}" wx:key="index" bindtap="setSmartActive" data-type="criminal" 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="{{smartObj.blacklist}}" wx:key="index" bindtap="setSmartActive" data-type="blacklist" 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="{{smartObj.idCardType}}" wx:key="index" bindtap="setSmartActive" data-type="idCardType" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">
{{item.name}}
</span>
</view>
</view>
<!-- <view class` -->
</scroll-view>
<view class="btnBox bt1" style="padding-bottom:32px">
<button class="clearFilter" hover-class="thover" style="min-width:112px" data-type="innerclear" bindtap="smartClear">
清除
</button>
<button class="normalBtn loginOut" hover-class="thover" bindtap="smartSub">确定</button>
</view>
</bottom-drawer>
<view class="leftBox dn" hover-class="none" hover-stop-propagation="false">
<view class="mask" wx:if="{{leftShow}}" catchtouchmove="modalMove" bindtap="hideLeft"></view>
<view class="hideBox {{leftShow ? 'leftShow':''}}" style="height: calc(100vh - {{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 41}}px);" bindtouchstart="filterTouchStart" catchtouchmove="filterTouchMove">
<view class="tac bb1 fw500 por" hover-class="none" hover-stop-propagation="false">
<view class style="height:54px;line-height:54px" hover-class="none" hover-stop-propagation="false">
智能匹配
</view>
<view class="iconfont icon-guanbi11 f14 c9 poa" style="color:#333;right:8px;top:16px;width:32px;height:32px" catchtap="hideLeft"></view>
</view>
<scroll-view scroll-y="{{true}}" class="left_drawer_container">
<view class="sub sex" hover-class="none" hover-stop-propagation="false">
<view class="flex-1" hover-class="none" hover-stop-propagation="false">
<view class="title">性别</view>
<view class="content">
<!-- br1 -->
<view wx:for="{{filterData.sex}}" class="{{item.active ? 'active':''}} tac" catchtap="setSmartActive" wx:key="index" data-type="sex" data-id="{{item.id}}" wx:if="{{index != filterData.sex.length - 1}}" style="width:45%;margin-right:{{index == filterData.sex.length - 1? '0':''}}" hover-class="none" hover-stop-propagation="false">
<image class style="width:40px;height:40px" src="{{item.active ? item.selectIcon : item.icon}}" hover-class="none" hover-stop-propagation="false"></image>
<view class="f14" hover-class="none" hover-stop-propagation="false">
{{item.name}}
</view>
</view>
</view>
</view>
<view class="flex-1 pl24 cccc"></view>
<!-- <view class="flex-1 pl24 cccc" hover-class="none" hover-stop-propagation="false">
<view class="title">民族</view>
<view bindchange="bindPickerChangeNation" class="nation_picker" style data-id="{{item.id}}" value="{{item.name}}" wx:for-item="item" range="{{nationArray}}" range-key="name">
<view class="picker tr fsa">
<block wx:if="{{nationIndex == -1}}">
<view class="c9 tl dib" style>请选择</view>
</block>
<block wx:else>
<view class="c3 tr dib">{{nationArray[nationIndex].name}}</view>
</block>
<i class="iconfont icon-gengduo11 f16 ml4 dib pr c9 rot90" style="line-height:1;top:1px;"></i>
</view>
</view>
</view> -->
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title pb16">年龄(岁)</view>
<view class="content por" style="justify-content:space-between;">
<view class="slider_value fsa f14" 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="40" block-size="50" width="660" contentWidth="84vw" min="16" max="60" values="{{rangeValues}}" bindrangechange="onSmartRangeChange" activeColor="var(--color-ysd)"></range-slider>
</view>
</view>
</view>
<view class="sub dn" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title">籍贯</view>
<view class="content" style="justify-content:space-between;">
<input type="text" class="bgf5 matchingInput" placeholder="请输入" catchblur="updateVal" />
</view>
</view>
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title pb16">期望薪资</view>
<view class="content por" style="justify-content:space-between;">
<view class="slider_value fsa f14" 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">
{{minSalary * 100 + '-'}}
</view>
<view class hover-class="none" hover-stop-propagation="false">
{{maxSalary * 100}}
</view>
</view>
<range-slider height="40" block-size="50" width="660" contentWidth="84vw" min="10" max="150" values="{{salary}}" bindrangechange="onSalaryRangeChange" activeColor="var(--color-ysd)"></range-slider>
</view>
</view>
</view>
<view class="sub" hover-class="none" hover-stop-propagation="false">
<view class="title">纹身烟疤</view>
<view class="content">
<span wx:for="{{smartObj.tattoo}}" wx:key="index" bindtap="setSmartActive" data-type="tattoo" 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="{{smartObj.criminal}}" wx:key="index" bindtap="setSmartActive" data-type="criminal" 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="{{smartObj.blacklist}}" wx:key="index" bindtap="setSmartActive" data-type="blacklist" 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="{{smartObj.idCardType}}" wx:key="index" bindtap="setSmartActive" data-type="idCardType" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">
{{item.name}}
</span>
</view>
</view>
<!-- <view class` -->
</scroll-view>
<view class="btnBox bt1" style="padding-bottom:32px">
<button class="clearFilter" hover-class="thover" style="min-width:112px" data-type="innerclear" bindtap="smartClear">
清除
</button>
<button class="normalBtn loginOut" hover-class="thover" bindtap="smartSub">确定</button>
</view>
</view>
</view>
<view aria-role="dialog" aria-modal="true" catchtouchmove="modalMove" class="fadeIn" wx:if="{{gzhDialog}}">
<view class="weui-mask" style="z-index:1000"></view>
<view class="weui-dialog contact" style="box-sizing:border-box;">
<view class="weui-dialog__hd">
<i class="iconfont icon-guanbi guanbi c6 biggerSize" bindtap="closeGzh"></i>
<image src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/gzhQRcode.jpg" bindload="imageLoad" show-menu-by-longpress="{{true}}" style="width: 184px;height: 184px;"></image>
<view class="f14 c3 mt24">长按识别二维码 关注公众号</view>
<view class="f14" hover-class="none" hover-stop-propagation="false">实时了解工单状态变化</view>
</view>
</view>
</view>