|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 56px)" 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 hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="pr p010 br8" bindtap="sendMsg">
|
|
|
|
<view class="pr p010 br8" bindtap="sendMsg">
|
|
|
|
<image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8"></image>
|
|
|
|
<image show-menu-by-longpress src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/pugongying/yicai.png" mode="aspectFill" style="width: 100%;height:200px;display:block;" class="db toppic br8"></image>
|
|
|
|
@ -113,7 +113,7 @@
|
|
|
|
</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">年龄(岁)</view>
|
|
|
|
<view class="title">1.年龄(岁)</view>
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
<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="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">{{minAge + '-'}}</view>
|
|
|
|
@ -123,43 +123,43 @@
|
|
|
|
</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">1.性别(单选)</view>
|
|
|
|
<view class="title">2.性别(单选)</view>
|
|
|
|
<view class="content">
|
|
|
|
<view class="content">
|
|
|
|
<span wx:for="{{filterData.sex}}" catchtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
<span wx:for="{{filterData.sex}}" catchtap="setActive" wx:key="index" data-type="sex" data-id="{{item.id}}" class="{{item.active ? 'active':''}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</span>
|
|
|
|
</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">2.分类</view>
|
|
|
|
<view class="title">3.分类</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</view>
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">3.薪资福利</view>
|
|
|
|
<view class="title">4.薪资福利</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</view>
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">4.宿舍保障</view>
|
|
|
|
<view class="title">5.宿舍保障</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</view>
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">5.班制休息</view>
|
|
|
|
<view class="title">6.班制休息</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</view>
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">6.面试特色</view>
|
|
|
|
<view class="title">7.面试特色</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</view>
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">7.其他特色</view>
|
|
|
|
<view class="title">8.其他特色</view>
|
|
|
|
<view class="content">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
@ -219,81 +219,57 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>-->
|
|
|
|
</view>-->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 标准列表 -->
|
|
|
|
<scroll-view class="filterTag display-flex bt1" scroll-x="true" scroll-y="false" scroll-top="0" scroll-left="0" scroll-into-view scroll-with-animation="false" enable-flex enable-back-to-top="false" wx:if="{{selectBrandList.length > 0 || selectJobList.length > 0 || sexid != '-1' ||(storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60')}}">
|
|
|
|
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
|
|
|
|
<view class="display-flex" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
|
|
|
|
<!-- <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="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} -->
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
<!-- 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);" -->
|
|
|
|
{{firstMenu}}
|
|
|
|
<view>
|
|
|
|
</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>-->
|
|
|
|
<!-- <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="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="" hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="info">
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
<view>拍照报名</view>
|
|
|
|
{{maxAge == minAge ? maxAge + '岁' : storeJobListSearchForm.ageRangeStr + (maxAge == 60 ? '+' : '')}}
|
|
|
|
<view>快速报名</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="t-icon t-icon-paizhao"></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="" hover-class="none" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="info">
|
|
|
|
{{secondMenu}}
|
|
|
|
<view>报名录单</view>
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
<view>快速报名</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
<view class="brandTag ml8 {{selectBrandList.length > 0 && selectJobList.length > 0 ? 'hascontent' : ''}}" wx:if="{{selectBrandList.length > 0}}">
|
|
|
|
</view>
|
|
|
|
<block wx:for="{{selectBrandList}}" wx:key="index">
|
|
|
|
</button>
|
|
|
|
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
|
|
|
<button wx:else style="width: calc(100vw - 20px);">
|
|
|
|
{{item.name}}
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
<view class="info">
|
|
|
|
</view>
|
|
|
|
<view>拍照报名</view>
|
|
|
|
</block>
|
|
|
|
<view>快速报名</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="t-icon t-icon-paizhao" />
|
|
|
|
<view class="specialTag" wx:if="{{selectJobList.length > 0}}">
|
|
|
|
</view>
|
|
|
|
<block wx:for="{{selectJobList}}" wx:key="index">
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
<view class="por" catchtap="deleteMark" data-item="{{item}}">
|
|
|
|
<view class="info">
|
|
|
|
{{item.name}}
|
|
|
|
<view>报名录单</view>
|
|
|
|
<view class="clear_icon iconfont icon-qingchu1"></view>
|
|
|
|
<view>快速报名</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
</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>
|
|
|
|
<view class="flex-1 tc" hover-class="thover" catchtap="toSpecialArea" data-id="603">
|
|
|
|
<view class="clear" catchtap="clearFilter1" data-type="outerClear" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<i class="t-icon t-icon-dalinggong" style="width: 48px; height: 48px"></i>
|
|
|
|
<i class="iconfont icon-qingkong1 f14"></i>
|
|
|
|
<view class="stm">大龄工</view>
|
|
|
|
清除
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</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'}})">
|
|
|
|
|
|
|
|
<view>
|
|
|
|
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
<view class="jcenter bgf br8">
|
|
|
|
<view class="jcenter bgf br8">
|
|
|
|
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
|
|
|
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
|
|
|
|