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.

561 lines
34 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="display: flex; flex-direction: column" bindtouchstart="touchStart">
<view class="navigator">
<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 {{toped == '1'?'active':''}}">标准</view>
<!-- <image wx:if="{{toped == '2'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> -->
</view>
<view class="tarbar" bindtap="choosenTop" data-id="2">
<view class="tarbarText {{toped == '2'?'active':''}}">简版</view>
<!-- <image wx:if="{{toped == '1'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image> -->
</view>
</view>
</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 specialXX flex-1">
<view class="weui-search-bar__box" catchtap="goSearch">
<i class="iconfont icon-sousuo"></i>
<view class="weui-search-bar__input {{!chaShowed ? 'c9' : 'c3'}}" style="width: 160px;">{{inputVal}}</view>
<view class="iconfont icon-qingchu" 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-sousuo mr8"></i>搜索
</view>
</view>
</view> -->
<view class="xgxg" id="menu">
<view class="display-flex" style="justify-content:space-beteween; height: 36px">
<view class="csbf {{whichOneShow == 'gj' ?'active':''}} {{ activez!='' && activez!='all'?'activecolor':''}}" bindtap="chooseNl" data-type="gj">
{{firstMenu}}
<i class="iconfont icon-shouqi f12 fst ml8" wx:if='{{whichOneShow == "gj"}}'></i>
<i class="iconfont icon-zhankai f12 fst ml8" wx:else data-type="gj"></i>
<scroll-view class="gjFixed" catchtap="closeFix" catchtouchmove="cc" wx:if="{{ whichOneShow == 'gj' }}" style="margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 142}}px">
<view class="bgf tl c3 por filterprice sort">
<view class="f14 p016" data-id="all" bindtap="chooseM" style="line-height: 42px" hover-class="thover">综合排序</view>
<view class="f14 p016 {{activez=='zuigao'?'cf00':''}}" data-id="zuigao" bindtap="chooseM" style="line-height: 42px" hover-class="thover">工价优先</view>
<view class="f14 p016 bb1 {{activez=='zuijin'?'cf00':''}}" data-id="zuijin" bindtap="chooseM" style="line-height: 42px" hover-class="thover">距离优先</view>
</view>
</scroll-view>
</view>
<view class="csbf {{whichOneShow == 'brand' ?'active':''}} {{ selectBrandList.length > 0 ?'activecolor':''}}" bindtap="chooseNl" data-type="brand">
品牌
<i class="iconfont icon-shouqi f12 fst ml8" wx:if='{{whichOneShow == "brand" && selectBrandList.length <= 0}}'></i>
<i class="iconfont icon-zhankai f12 fst ml8" wx:if='{{whichOneShow != "brand" && selectBrandList.length <= 0}}' data-type="brand"></i>
<span wx:if="{{selectBrandList.length > 0}}" class="specialnum" data-type="brand">{{selectBrandList.length}}</span>
<scroll-view class="gjFixed" catchtap="closeFix" wx:if="{{whichOneShow == 'brand'}}" style="margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 142}}px">
<view class="bgf tl c3 filterprice brand" catchtap="cc">
<view class="display-flex content">
<block wx:for="{{brandList}}" wx:for-item="item">
<view bindtap="selectBrand" data-index="{{index}}" class="{{item.checked ? 'brandactive' : ''}}">
<image class="" src="{{item.logo}}" mode="" lazy-load="false" binderror="" bindload="" wx:if="{{item.logo}}"></image>
<image class="" wx:else mode="aspectFit" src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png"></image>
{{item.name}}
</view>
</block>
</view>
<view class="btmFix display-flex" style="justify-content: center;">
<view class="">
<button class="resetBtn" style="font-weight: 400" catchtap="reset" data-type="2">重置</button>
</view>
<view class="">
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style="font-weight: 400" catchtap="loginOut">确定</button>
</view>
</view>
</view>
</scroll-view>
</view>
<view class="csbf {{whichOneShow == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" bindtap="chooseNl" data-type="sex" style="">
{{ secondMenu }}
<i class="iconfont icon-shouqi f12 fst ml8" wx:if='{{whichOneShow == "sex"}}'></i>
<i class="iconfont icon-zhankai f12 fst ml8" wx:else data-type="sex"></i>
<scroll-view class="gjFixed" catchtap="closeFix" catchtouchmove="cc" wx:if="{{whichOneShow == 'sex'}}" style="margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 142}}px">
<view class="bgf tl c3 filterprice sort">
<view class="f14 p016 {{sexid=='-1'?'cf00':''}}" data-id="-1" bindtap="choosen" style="line-height: 42px" hover-class="thover">男女不限</view>
<view class="f14 p016 {{sexid=='1'?'cf00':''}}" data-id="1" bindtap="choosen" style="line-height: 42px" hover-class="thover">男</view>
<view class="f14 p016 {{sexid=='2'?'cf00':''}}" data-id="2" bindtap="choosen" style="line-height: 42px" hover-class="thover">女</view>
</view>
</scroll-view>
</view>
<view class="csbf {{whichOneShow == 'special'?'active':''}} {{ selectJobList.length> 0?'activecolor':''}}" bindtap="chooseNl" data-type="special">
筛选
<i class="iconfont icon-shouqi f12 fst ml8" wx:if='{{whichOneShow == "special" && selectJobList.length <= 0}}'></i>
<i class="iconfont icon-zhankai f12 fst ml8" wx:if='{{whichOneShow != "special" && selectJobList.length <= 0}}' data-type="special"></i>
<span wx:if="{{selectJobList.length > 0}}" class="specialnum" data-type="special">{{selectJobList.length}}</span>
<scroll-view class="gjFixed" catchtap="closeFix" wx:if="{{whichOneShow == 'special'}}" style="margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 142}}px">
<view class="bgf tl c3 filterprice" catchtap="cc">
<view class="specialtag">
<view class="f14 c3">薪资福利</view>
<view class="mt10 tagBox">
<block wx:for="{{tagArray1}}" wx:for-item="item">
<view bindtap="selectJobSpecialLabel" data-indexTag="1" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">食宿保障</view>
<view class="mt10 tagBox">
<block wx:for="{{tagArray3}}" wx:for-item="item">
<view bindtap="selectJobSpecialLabel" data-indexTag="3" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">班制特色</view>
<view class="mt10 tagBox">
<block wx:for="{{tagArray0}}" wx:for-item="item">
<view bindtap="selectJobSpecialLabel" data-indexTag="0" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">其它特色</view>
<view class="mt10 tagBox">
<block wx:for="{{tagArray2}}" wx:for-item="item">
<view bindtap="selectJobSpecialLabel" data-indexTag="2" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
</view>
<view class="btmFix display-flex" style="justify-content: center;">
<view class="">
<button class="resetBtn" style="font-weight: 400" catchtap="reset" data-type="1">重置</button>
</view>
<view class="">
<button type="primary" class="loginOut ysd-basebg-color" hover-class="thover" style="font-weight: 400" catchtap="loginOut">确定</button>
</view>
</view>
</view>
</scroll-view>
</view>
</view>
<scroll-view class="filterTag" 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}}">
<view class="brandTag {{selectBrandList.length > 0 && selectJobList.length > 0 ? 'hascontent' : ''}}" wx:if="{{selectBrandList.length > 0}}">
<block wx:for="{{selectBrandList}}">
<view class="">{{item.name}}</view>
</block>
</view>
<view class="specialTag" wx:if="{{selectJobList.length > 0}}">
<block wx:for="{{selectJobList}}">
<view class="">{{item.name}}</view>
</block>
</view>
</scroll-view>
</view>
</view>
<!-- 标准列表 -->
<block wx:if="{{toped == 1}}">
<scroll-view scroll-y='{{whichOneShow == ""}}' enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-enabled refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{navigatorHeight + 134}}px);margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 146}}px">
<!-- <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="*this">
<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}}" class="" style="padding-top: 0; min-height: 100vh">
<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-id="{{item.id}}" bindtap="goDetail" wx:key="index" hover-class="{{item.recruitment == '1' ? 'ahover':''}}" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}}">
<view class="p1020 jobIn" hover-class="none">
<view class="display-flex">
<view class="prImg">
<image src="{{item.logo}}" wx:if="{{item.logo != null && item.logo != ''}}" mode="aspectFit" class="logoClass" alt=""></image>
<image class="logoClass" wx:else mode="aspectFit" src="https://matripe.oss-cn-beijing.aliyuncs.com/default.png"></image>
<button wx:if="{{isLogin && hasUserInfo - 0 == 0}}" class="collect v-center {{item.collected - 1 == 0 ? 'collectred':''}}" open-type="getUserInfo" style="width:52px;" bindtap="getUserInfoBtn" data-type="4" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang lh12" style="color: #888" wx:if="{{item.collected - 2 == 0}}"></icon>
<icon class="iconfont icon-yishoucang lh12 ysd-base-color" 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>
<button wx:if="{{isLogin && hasUserInfo - 1 == 0}}" class="collect v-center {{item.collected - 1 == 0 ? 'collectred':''}}" catchtap="collectPaste" style="width:52px;" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang lh12" style="color: #888" wx:if="{{item.collected - 2 == 0}}"></icon>
<icon class="iconfont icon-yishoucang lh12 ysd-base-color" style="" wx:else></icon>
<text class="f10 {{item.collected - 1 == 0 ? 'ysd-base-color':'c8'}}" style="line-height: 12px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text>
</button>
<button wx:if="{{!isLogin}}" style="width:52px;" class="collect" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
<icon class="iconfont icon-shoucang" style="color: #888"></icon>
<text class="f10 c8" style="line-height: 18px; margin-left: 2px">收藏</text>
</button>
</view>
<view class="flex-1 vsb">
<view class="display-flex mt4">
<view class="storeName" wx:if="{{item.jobName != null && item.jobName != ''}}">{{item.jobName}}</view>
<view class="storeName" wx:else>{{item.aliasName}}</view>
<view class="hourPay">{{item.salaryClassifyValue}}</view>
</view>
<view class="v-center mt12 mb12">
<view class="f14s c045 flex-1 display-flex">
<view class="overflowOmit " hover-class="none" hover-stop-propagation="false" style="max-width:220px">
{{item.district == "" ?'':item.district + ' | ' }}
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
<block wx:else>{{item.age}}</block>
</view>
<view class="fr f14s c633 fw400">{{item.monthlyPay}}</view>
</view>
</view>
<view class="display-flex">
<view class="tttg {{item.isTagShow==true ?'isTagShow':''}}">
<view class="t-icon t-icon-ziying1 " wx:if="{{item.signType == 1}}" style="background-repeat:no-repeat"></view>
<view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index">{{item1}}</view>
<view class="tagsLi" wx:if="{{item.jobSpecialLabelNameArray.length <= 0}}">暂无特色</view>
</view>
<view class="jobText bz f12">服务费: {{item.fuWuFei ? item.fuWuFei : '-' }}</view>
</view>
</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>
<!-- <loading wx:if='{{loading}}' size='36px' className='inlineBlock'>
加载中
</loading> -->
<!-- <button wx:if="{{!isLogin}}" class="clickMore mb20" wx:if="{{!isLogin}}" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">点击加载更多</button> -->
<block wx:if="{{isLogin}}">
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData || recordList.length == 0}}">暂无更多数据</view>
<view class="tc p20 f12 c045" wx:else>上滑加载更多</view>
</block>
</block>
</view>
</scroll-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: 60px auto 20px"></view>
<view class="tc f14 c045">暂无记录</view>
</view>
</block>
<!-- 简版列表 -->
<block wx:if="{{toped == 2}}">
<view x:if="{{recordList != null && recordList.length > 0}}" class="" style="padding-top: 0; min-height: 100vh">
<scroll-view scroll-y='{{whichOneShow == ""}}' enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-enabled refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{navigatorHeight + 134}}px);margin-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 146}}px">
<view x:if="{{recordList != null && recordList.length > 0}}" class="" style="padding-top: 0; min-height: 100vh">
<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">
<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}}</view>
<view class="jobText">{{item.salaryClassifyValue}}{{item.age}}</view>
</view>
<view class="mt4">
<i class="iconfont icon-yishoucang mt4" wx:if="{{item.collected - 1 == 0}}" catchtap="collectPaste" data-collected="{{item.collected}}" data-jobid="{{item.id}}" style="margin-right:12px;color: #FF4400;font-size: 18px;"></i>
<i class="iconfont icon-shoucang f20 mt4" wx:else catchtap="collectPaste" data-collected="{{item.collected}}" data-jobid="{{item.id}}" style="margin-right:13px;"></i>
</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">{{item.fuWuFei ? item.fuWuFei : '-' }}</view>
</view>
</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>
<!-- <loading wx:if='{{loading}}' size='36px' className='inlineBlock'>
加载中
</loading> -->
<!-- <button wx:if="{{!isLogin}}" class="clickMore mb20" wx:if="{{!isLogin}}" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">点击加载更多</button> -->
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData || recordList.length == 0}}">暂无更多数据</view>
<view class="tc p20 f12 c045" wx:else>上滑加载更多</view>
</block>
</scroll-view>
</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: 60px auto 20px"></view>
<view class="tc f14 c045">暂无记录</view>
</view>
<view class="fixedNum"><text class="f20">{{currPage}}</text>/{{totalPage}}</view>
</block>
<scroll-view class="fadeIn" wx:if="{{iosDialog1}}" style="position: relative; z-index: 999">
<view class="weui-mask"></view>
<view class="weui-dialog">
<view class="weui-dialog__hd">
<strong class="weui-dialog__title">登录后才能查看全部职位</strong>
</view>
<view class="weui-dialog__bd">
<view>现在登录吗?</view>
</view>
<view class="display-flex pb20">
<view class="flex-1 lflex v-center ysd-base-color" bindtap="close" hover-class="thover">知道了</view>
<view class="rflex">
<button class="login_now ysd-basebg-color" type="primary" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" hover-class="button-hover" catchtap="emptyMethod">立即登录</button>
</view>
</view>
</view>
</scroll-view>
<scroll-view class="fadeIn" wx:if="{{iosDialog2}}" style="position: relative; z-index: 999">
<view class="weui-mask"></view>
<view class="weui-dialog">
<view class="weui-dialog__hd">
<strong class="weui-dialog__title">请提供你的手机号</strong>
</view>
<view class="weui-dialog__bd">
<view>方便客服联系你,帮你推荐工作</view>
</view>
<view class="display-flex pb20 v-center">
<view class="flex-1 lflex p020" hover-class="thover">
<button open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod" class="btnFlex" data-type="close">好的</button>
</view>
</view>
</view>
</scroll-view>
<scroll-view class="fadeIn" wx:if="{{phoneDialog}}" style="position: relative; z-index: 999">
<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 class="drawerBox">
<view class="drawerMask {{drawerShow ? 'showDrawer' : ''}}" bindtap='hideDrawer'></view>
<view class="drawer {{drawerShow ? 'showDrawer' : ''}} ">
<view class="title display-flex bb1">
<span class="f18 fw500">{{currentJobDrawer.jobName}}</span>
<i class='iconfont icon-guanbi f12 c3' style="line-height:34px" bindtap='hideDrawer'></i>
</view>
<view class="content">
<view class="jobOne" hover-start-time="50" hover-stay-time="0" hover-class="ahoverd" style="padding: 0;">
<view class="jobIn" style="border-bottom: 1px dashed #cccccc;padding: 12px 0;" hover-class="none">
<view class="display-flex">
<view class="lNum" style="width: 60px;">{{currentJobDrawer.index < 9 ? '0'+(currentJobDrawer.index + 1): currentJobDrawer.index + 1 }}</view>
<view class="flex-1">
<view class="jobTitle2">{{currentJobDrawer.jobName}}</view>
<view class="jobText">{{currentJobDrawer.salaryClassifyValue}}{{currentJobDrawer.age}}</view>
</view>
<view class="mt4">
<i class="iconfont icon-yishoucang mt4" wx:if="{{currentJobDrawer.collected - 1 == 0}}" catchtap="collectPaste" data-collected="{{currentJobDrawer.collected}}" data-jobid="{{currentJobDrawer.id}}" style="margin-right:12px;color: #FF4400;font-size: 18px;"></i>
<i class="iconfont icon-shoucang f20 mt4" wx:else catchtap="collectPaste" data-collected="{{currentJobDrawer.collected}}" data-jobid="{{currentJobDrawer.id}}" style="margin-right:13px;"></i>
</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">{{currentJobDrawer.fuWuFei ? currentJobDrawer.fuWuFei : '-' }}</view>
</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">
{{currentJobDrawer.jobDesp}}
</view>
</scroll-view>
<view class="footer">
<span class="" bindtap='hideDrawer'>
<view class="iconfont icon-xiala11 c9"></view>
<view class="f14" hover-class="none" hover-stop-propagation="false">
取消
</view>
</span>
<span bindtap='copyClose'>
<view class="iconfont icon-fuzhi c9"></view>
<view class="f14" hover-class="none" hover-stop-propagation="false">
复制
</view>
</span>
</view>
</view>
</view>
</view>
<!-- <scroll-view class="fadeIn" wx:if="{{dialog1}}" style="position: fixed;z-index: 9999;">
<view class="weui-mask" bindtap="close"></view>
<view class="weui-half-screen-dialog">
<view class="innerDia p1620">
<view style="height: calc(75vh - 120px);overflow: auto;">
<view class="f14 c3">薪资福利</view>
<view class="mt10">
<block wx:for="{{tagArray1}}" wx:for-item="item">
<view bindtap='selectJobSpecialLabel' data-indexTag="1" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">食宿保障</view>
<view class="mt10">
<block wx:for="{{tagArray3}}" wx:for-item="item">
<view bindtap='selectJobSpecialLabel' data-indexTag="3" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">班制特色</view>
<view class="mt10">
<block wx:for="{{tagArray0}}" wx:for-item="item">
<view bindtap='selectJobSpecialLabel' data-indexTag="0" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="f14 c3 mt10">其它特色</view>
<view class="mt10">
<block wx:for="{{tagArray2}}" wx:for-item="item">
<view bindtap='selectJobSpecialLabel' data-indexTag="2" data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
</view>
<view class="btmFix">
<view class="display-flex">
<view class="flex-1 pl20 pr10">
<button class="resetBtn" style="font-weight:400;" catchtap="reset" data-type="1">
重置
</button>
</view>
<view class="flex-1 pl10 pr20">
<button type='primary' class="loginOut ysd-basebg-color" hover-class="thover" style="font-weight:400;" catchtap="loginOut">
确定
</button>
</view>
</view>
</view>
</view>
</view>
</scroll-view>
<scroll-view class="fadeIn" wx:if="{{dialog2}}" style="position: fixed;z-index: 9999;">
<view class="weui-mask" bindtap="close"></view>
<view class="weui-half-screen-dialog" style="height:60vh;">
<view class="innerDia p1620">
<view class="f14 c3">品牌</view>
<view class="mt10">
<block wx:for="{{brandList}}" wx:for-item="item">
<view bindtap='selectBrand' data-index="{{index}}" class="bgAc {{item.checked ? 'active' : ''}}">{{item.name}}</view>
</block>
</view>
<view class="btmFix">
<view class="display-flex">
<view class="flex-1 pl20 pr10">
<button class="resetBtn" style="font-weight:400;" catchtap="reset" data-type="2">
重置
</button>
</view>
<view class="flex-1 pl10 pr20">
<button type='primary' class="loginOut ysd-basebg-color" hover-class="thover" style="font-weight:400;" catchtap="loginOut">
确定
</button>
</view>
</view>
</view>
</view>
</view>
</scroll-view> -->