|
|
<view>
|
|
|
<scroll-view scroll-y enable-back-to-top='true' bindscrolltolower='onScrollToLower' bindrefresherrefresh="onScrollRefresh" class="jobCenterActive" scroll-into-view="{{siv}}">
|
|
|
<view x:if="{{jobList != null && jobList.length > 0}}" class="getTopn">
|
|
|
<!-- lower-threshold="{{!isLogin? -100 : 50 }}" refresher-enabled="true" bindrefresherrestore="bindrefresherrestore" -->
|
|
|
|
|
|
<view class="jcenter bgf br8">
|
|
|
|
|
|
<view class="xgxg">
|
|
|
<view class="display-flex" style="justify-content: space-between;">
|
|
|
<view class="csbf {{getTop||activez!=''?'active':''}}" bindtap="chooseGj" id="menu">{{firstMenu}} <i class="iconfont icon-zhankai"></i>
|
|
|
<scroll-view class="gjFixed" bindtap="closeFix" catchtouchmove="cc" wx:if="{{getTop}}">
|
|
|
<view class="bgf p010 tl c3">
|
|
|
<view class="f14 bb1 {{activez=='zuijin'?'cf00':''}}" data-id="zuijin" bindtap="chooseM" style="line-height:42px;" hover-class="thover">离我最近</view>
|
|
|
<view class="f14 {{activez=='zuigao'?'cf00':''}}" data-id="zuigao" bindtap="chooseM" style="line-height:42px;" hover-class="thover">工价最高</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
|
|
|
</view>
|
|
|
<view class="csbf {{getTopn||activen!=''?'active':''}}" bindtap="chooseNl">年龄 <i class="iconfont icon-zhankai"></i>
|
|
|
|
|
|
<scroll-view class="gjFixed" bindtap="closeFix" catchtouchmove="cc" wx:if="{{getTopn}}">
|
|
|
<view class="bgf p010 tl c3">
|
|
|
<view class="f14 bb1 {{activen=='nl1'?'cf00':''}}" data-id="nl1" data-str="16-18" bindtap="choosen" style="line-height:42px;" hover-class="thover">16-18岁</view>
|
|
|
<view class="f14 bb1 {{activen=='nl2'?'cf00':''}}" data-id="nl2" data-str="18-45" bindtap="choosen" style="line-height:42px;" hover-class="thover">18-45岁</view>
|
|
|
<view class="f14 bb1 {{activen=='nl3'?'cf00':''}}" data-id="nl3" data-str="45-58" bindtap="choosen" style="line-height:42px;" hover-class="thover">45-58岁</view>
|
|
|
<view class="f14 {{activen=='nl4'?'cf00':''}}" data-id="nl4" data-str="58" bindtap="choosen" style="line-height:42px;" hover-class="thover">58岁以上</view>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|
|
|
<view class="csbf" bindtap="open1">特色 <i class="iconfont icon-zhankai"></i> </view>
|
|
|
<view class="csbf" bindtap="open2">更多 <i class="iconfont icon-zhankai"></i> </view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="jobOne" hover-start-time='50' hover-stay-time='0' wx:for='{{jobList}}' data-id='{{item.id}}' bindtap='goDetail' wx:key='{{index}}'>
|
|
|
<view class='p1020 jobIn' hover-class='ahover'>
|
|
|
<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>
|
|
|
</view>
|
|
|
<view class="flex-1">
|
|
|
<view class='display-flex' style="margin-bottom: 12px;">
|
|
|
<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>
|
|
|
<text style="padding:0 2px;background-color: #feeaeb;border-radius: 2px;font-size: 12px;color: #f6353f;">工作薪资:{{item.monthlyPay}}
|
|
|
</text>
|
|
|
<view class='v-center mt16 mb16'>
|
|
|
<view class='f14s c045 flex-1'>
|
|
|
{{item.district}}
|
|
|
<block wx:if="{{item.district != '' && item.district != null && item.district != undefined}}">
|
|
|
| </block>
|
|
|
<block wx:if="{{item.distance != null && item.distance != ''}}">{{item.distanceKm}}</block>
|
|
|
<block wx:else>{{item.age}}</block>
|
|
|
<!-- <view class="fr f14s c633 fw400">{{item.monthlyPay}}</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class='mb8 c3 f14'>
|
|
|
优惠600元
|
|
|
</view>
|
|
|
<view class=''>
|
|
|
<view class="tttg v-center">
|
|
|
<!-- <view class='tagsLi' wx:for="{{item.jobSpecialLabelNames}}" wx:for-item="item1" wx:key='{{index}}'>
|
|
|
{{item1}}
|
|
|
</view> -->
|
|
|
<text style="color: #ff4400;font-size: 12px;">学费</text>
|
|
|
<text style="color: #ff5a4c;font-size: 20px;">10000</text>
|
|
|
</view>
|
|
|
<button wx:if="{{isLogin && hasUserInfo - 0 == 0}}" class="weui-btn weui-btn_mini weui-btn_primary fr" open-type="getUserInfo" catchtap="getUserInfoBtn" data-type="5" data-idx='{{index}}'>立即报名</button>
|
|
|
<button wx:if="{{isLogin && hasUserInfo - 1 == 0}}" class="weui-btn weui-btn_mini weui-btn_primary fr" hover-stop-propagation catchtap="goEnroll" data-idx='{{index}}' hover-class="hcb">立即报名</button>
|
|
|
<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_mini weui-btn_primary fr" hover-stop-propagation open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" hover-class="hcb" data-idx='{{index}}'>立即报名</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- <view class='sbLine'>
|
|
|
</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<block wx:if="{{(jobList == null || jobList.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> -->
|
|
|
<!-- 通过审核后打开 -->
|
|
|
<!-- <view style="height:48px;">
|
|
|
<button wx:if="{{!isLogin}}" class="clickMore mb20" wx:if="{{!isLogin}}" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">点击加载更多</button>
|
|
|
</view> -->
|
|
|
<block wx:if="{{isLogin}}">
|
|
|
<view class='tc' wx:if='{{hasMoreData}}'>
|
|
|
<text class='tc p20 f12 c045 dib'> 加载中...</text>
|
|
|
</view>
|
|
|
<view class='tc p20 f12 c045' wx:if='{{!hasMoreData}}'>
|
|
|
暂无更多数据
|
|
|
</view>
|
|
|
</block>
|
|
|
</block>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
|
|
|
<view wx:if="{{jobList == null || jobList.length == 0 && pageShow}}" class="tc">
|
|
|
<view class="t-icon t-icon-zanwujilu" style="width:80px;height:80px;margin:60px auto 20px;"></view>
|
|
|
<view class="tc f14 c045">暂无记录</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<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" bindtap="close" hover-class="thover">知道了</view>
|
|
|
<view class="rflex">
|
|
|
<button class="" type="primary" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" 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">18039237825</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>
|
|
|
|
|
|
<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="f14 c3">特色</view>
|
|
|
<view class="mt10" style="height: calc(75vh - 140px);overflow: auto;">
|
|
|
<block wx:for="{{jobSpecialLabelList}}" wx:for-item="item">
|
|
|
<view bindtap='selectJobSpecialLabel' 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="1">
|
|
|
重置
|
|
|
</button>
|
|
|
</view>
|
|
|
<view class="flex-1 pl10 pr20">
|
|
|
<button type='primary' class="loginOut" 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 class="bgAc">盒马鲜生</view>
|
|
|
<view class="bgAc active">昌硕电子</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="2">
|
|
|
重置
|
|
|
</button>
|
|
|
</view>
|
|
|
<view class="flex-1 pl10 pr20">
|
|
|
<button type='primary' class="loginOut" style="font-weight:400;" catchtap="loginOut">
|
|
|
确定
|
|
|
</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
</scroll-view> |