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.
526 lines
31 KiB
Plaintext
526 lines
31 KiB
Plaintext
<wxs src="../../common.wxs" module="tools" />
|
|
<view style="display: flex; flex-direction: column" bindtouchstart="touchStart" wx:if="{{allPageShow}}">
|
|
<view class="navigator ysd-basebg-color">
|
|
<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-qingchu1" wx:if="{{chaShowed}}" style="position: absolute;right: 70px;padding: 0 8px;color:rgba(0, 0, 0, 0.25)" catchtap="clearInput"></view>
|
|
<view class="search" catchtap="searchKey" style="color: #00bebe;">搜索</view>
|
|
</view>
|
|
|
|
</form>
|
|
|
|
</view>
|
|
</view>
|
|
<scroll-view scroll-y='{{whichOneShow == ""}}' enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{navigatorHeight}}px - 20px);margin-top:56px">
|
|
<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-paizhao1"></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>
|
|
<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-paizhao1" />
|
|
</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 class="topMenu">
|
|
<view class="onMune {{currIndex == '1' ? 'active' : ''}}" data-id="1" bindtap="changeMenu">
|
|
<view class="pr dib"> 全部
|
|
<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
<view class="onMune {{currIndex == '2' ? 'active' : ''}}" data-id="2" bindtap="changeMenu">
|
|
<view class="pr dib"> 已开招<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
<view class="onMune {{currIndex == '3' ? 'active' : ''}}" data-id="3" bindtap="changeMenu">
|
|
<view class="pr dib"> 已停招<view class="menuBorder"></view>
|
|
</view>
|
|
</view>
|
|
|
|
<!-- <view class="onMune {{currIndex == '4' ? 'active' : ''}}" data-id="4" bindtap="changeMenu">
|
|
<view class="pr dib"> 待上线<view class="menuBorder"></view>
|
|
</view>
|
|
</view> -->
|
|
<view class="onMune {{currIndex == '5' ? 'active' : ''}}" data-id="5" bindtap="changeMenu">
|
|
<view class="pr dib"> 未上线<view class="menuBorder"></view>
|
|
</view>
|
|
</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 wx:if="{{recordList != null && recordList.length > 0}}" class="" style="padding-top: 0; min-height: 100vh">
|
|
<!-- lower-threshold="{{!isLogin? -100 : 50 }}" refresher-enabled="true" bindrefresherrestore="bindrefresherrestore" -->
|
|
<!-- <view class="tabTable display-flex" bindtap='changSign'>
|
|
<view class="all {{signType == 0 ? 'active':''}}" data-type='0'>
|
|
<view class="iconfont icon-quanbu" data-type='0'></view>
|
|
全部
|
|
</view>
|
|
<view class="self {{signType == 1 ? 'active':''}}" data-type='1'>
|
|
<view class="iconfont icon-ziying" data-type='1'></view>
|
|
自营
|
|
</view>
|
|
<view class="other {{signType == 2 ? 'active':''}}" data-type='2'>
|
|
<view class="iconfont icon-sanfang" data-type='2'></view>
|
|
三方
|
|
</view>
|
|
</view> -->
|
|
|
|
|
|
<view class="jcenter bgf">
|
|
<view class="xgxg" id="menu">
|
|
<view class="display-flex" style="justify-content: space-between; height: 36px">
|
|
<view class="csbf {{whichOneShow == 'gj' ?'active':''}} {{ activez!='' && activez!='all'?'activecolor':''}}" bindtap="chooseNl" data-type="gj">
|
|
{{firstMenu}}
|
|
<i class="iconfont icon-shouqi f10 fst" wx:if='{{whichOneShow == "gj"}}'></i>
|
|
<i class="iconfont icon-zhankai f10 fst" wx:else data-type="gj"></i>
|
|
<scroll-view class="gjFixed" catchtap="closeFix" catchtouchmove="cc" wx:if="{{ whichOneShow == 'gj' }}">
|
|
<view class="bgf tl c3 dsr 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 == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" bindtap="chooseNl" data-type="sex">
|
|
{{ secondMenu }}
|
|
<i class="iconfont icon-shouqi f10 fst" wx:if='{{whichOneShow == "sex"}}'></i>
|
|
<i class="iconfont icon-zhankai f10 fst" wx:else data-type="sex"></i>
|
|
<scroll-view class="gjFixed" catchtap="closeFix" catchtouchmove="cc" wx:if="{{whichOneShow == 'sex'}}">
|
|
<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 == 'brand' ?'active':''}} {{ selectBrandList.length > 0 ?'activecolor':''}}" bindtap="chooseNl" data-type="brand">
|
|
品牌
|
|
<i class="iconfont icon-shouqi f10 fst" wx:if='{{whichOneShow == "brand" && selectBrandList.length <= 0}}'></i>
|
|
<i class="iconfont icon-zhankai f10 fst" 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'}}">
|
|
<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 == 'special'?'active':''}} {{ selectJobList.length> 0?'activecolor':''}}" bindtap="chooseNl" data-type="special">
|
|
筛选
|
|
<i class="iconfont icon-shouqi f10 fst" wx:if='{{whichOneShow == "special" && selectJobList.length <= 0}}'></i>
|
|
<i class="iconfont icon-zhankai f10 fst" 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'}}">
|
|
<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>
|
|
<!-- 项目客服{{roleOf41}}项目经理{{roleOf132}}管理角色{{managerRoleClassify}} -->
|
|
<!-- 41项目客服 132项目经理-->
|
|
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
|
<view class="jobOne {{ (item.recruitment == 2 && item.state == 1) ||item.state == 2 ?'stopZhaopin' : ''}}" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index">
|
|
<!-- 项目客服 管理角色 -->
|
|
<!-- <block wx:if="{{item.recruitment == 1}}"> -->
|
|
<!-- tools.btnShow(item.state,item.recruitment) -->
|
|
<mp-slideview buttons="{{tools.btnShow(item.state,item.recruitment,slideButtons,slideButtons2,slideButtons3)}}" data-recruitment="{{item.recruitment}}" disable="{{!managerRoleClassify && !roleOf41}}" data-state="{{item.state}}" data-id="{{item.id}}" icon="{{false}}" bindbuttontap="slideButtonTap">
|
|
<!-- {{tools.btnShow(item.state,item.recruitment)}} -->
|
|
<!-- </block> -->
|
|
|
|
<!-- <block wx:elif="{{item.recruitment == 2}}">
|
|
<mp-slideview buttons="{{slideButtons2}}" data-recruitment="{{item.recruitmen2}}" data-id="{{item.id}}" icon="{{false}}" bindbuttontap="slideButtonTap">
|
|
</block>
|
|
<block wx:elif="{{item.state == 2}}">
|
|
<mp-slideview buttons="{{slideButtons3}}" data-recruitment="{{item.recruitment}}" data-id="{{item.id}}" icon="{{false}}" bindbuttontap="slideButtonTap">
|
|
</block> -->
|
|
|
|
|
|
<!-- <mp-slideview buttons="{{item.recruitment == 1 ? slideButtons : slideButtons2}}" data-recruitment="{{item.recruitment}}" data-id="{{item.id}}" icon="{{false}}" bindbuttontap="slideButtonTap"> -->
|
|
|
|
<view class="p1020 jobIn" hover-class="ahover">
|
|
<view class="display-flex left-box">
|
|
<view class="prImg">
|
|
<image src="{{item.logo}}" lazy-load wx:if="{{item.logo != null && item.logo != ''}}" mode="aspectFit" class="logoClass pr" alt=""></image>
|
|
<image class="logoClass pr" 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" bindtap="getUserInfoBtn" data-type="4" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
|
|
<icon class="iconfont icon-weishoucang 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" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
|
|
<icon class="iconfont icon-weishoucang 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}}" class="collect" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" catchtap="emptyMethod" data-collected="{{item.collected}}" data-jobid="{{item.id}}" hover-stop-propagation>
|
|
<icon class="iconfont icon-weishoucang" 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">
|
|
<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>
|
|
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/bcSVG/tingzhao230525.svg" wx:if="{{item.recruitment == 2 && item.state == 1}}" class="tzPic" mode="aspectFit" style="width: 100px;height:100px;"></image>
|
|
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/bcSVG/daishangxian.svg" wx:if="{{item.state == 2}}" class="tzPic" mode="aspectFit" style="width: 100px;height: 100px;"></image>
|
|
|
|
</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 fw400" style="color:var(--color-f40)">{{item.monthlyPay}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="display-flex">
|
|
<view class="tttg {{item.isTagShow==true ?'isTagShow':''}}">
|
|
<view class="hot" wx:if="{{item.hotJob == 1}}">
|
|
<view class="iconfont icon-dianzan1 f12" style="background-repeat:no-repeat">主推</view>
|
|
</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>
|
|
<!-- <button wx:if="{{isLogin && hasUserInfo - 0 == 0}}" class="weui-btn weui-btn_mini weui-btn_primary record ysd-basebg-color" open-type="getUserInfo" catchtap="getUserInfoBtn" data-type="5" data-info="{{item}}" data-idx="{{index}}" hover-class="thover">立即报名</button>
|
|
<button wx:if="{{isLogin && hasUserInfo - 1 == 0}}" class="weui-btn weui-btn_mini weui-btn_primary record ysd-basebg-color" hover-stop-propagation catchtap="goEnroll" data-idx="{{index}}" data-info="{{item}}" hover-class="thover">立即报名</button>
|
|
<button wx:if="{{!isLogin}}" class="weui-btn weui-btn_mini weui-btn_primary record ysd-basebg-color" hover-stop-propagation open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber" data-info="{{item}}" catchtap="emptyMethod" hover-class="thover" data-idx="{{index}}">立即报名</button> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</mp-slideview>
|
|
|
|
</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}}">暂无更多数据</view>
|
|
<view class="tc p20 f12 c045" wx:else>上滑加载更多</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</scroll-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 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="{{beforeToDetail}}" 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>
|
|
<view class="weui-dialog__hd bb1">
|
|
<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">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>
|
|
<!-- <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> -->
|
|
|
|
|
|
<view aria-role="dialog" aria-modal="true" class="fadeIn" wx:if="{{onlineDialog}}">
|
|
<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 nobb">
|
|
<view class="weui-cells weui-cells_radio weui-cells_after-title">
|
|
<radio-group bindchange="radioChange">
|
|
<label class="weui-cell weui-check__label" wx:for="{{radioItems}}" wx:key="value">
|
|
<view class="weui-cell__bd">{{item.name}}</view>
|
|
|
|
<view class="weui-cell__ft">
|
|
<radio
|
|
class="weui-check"
|
|
value="{{item.value}}"
|
|
checked="{{item.checked}}"
|
|
/>
|
|
<i class="weui-icon-checked"></i>
|
|
</view>
|
|
</label>
|
|
</radio-group>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="weui-dialog__ft">
|
|
<view aria-role="button" class="weui-dialog__btn weui-dialog__btn_default" bindtap="close">取消</view>
|
|
<view aria-role="button" class="weui-dialog__btn weui-dialog__btn_primary" bindtap="onlineTime">确定</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|