|
|
|
@ -1,57 +1,86 @@
|
|
|
|
<view style class="container" bindtouchstart="touchStart">
|
|
|
|
<view style class="container" bindtouchstart="touchStart">
|
|
|
|
|
|
|
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
<scroll-view id="listBox" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh);background: #f5f5f5;margin-top: 10px;" 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" 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">
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
|
|
|
|
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
|
|
|
|
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
|
|
|
|
<!-- 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: 0px;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
|
|
|
|
<view>
|
|
|
|
<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 br8">
|
|
|
|
<view class="jcenter bgf br8">
|
|
|
|
<view class="listcontainer p010">
|
|
|
|
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
|
|
|
<view class="jobOne bgf mb10 br8" 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="box-shadow: 0px 2px 9px 0px #eeeeee;">
|
|
|
|
<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'}};border-bottom: {{item.recruitment == '1' ? '':'1px solid #ddd'}};">
|
|
|
|
<view class="p1020 jobIn" hover-class="none">
|
|
|
|
<view class="p1020 jobIn" hover-class="none">
|
|
|
|
<!-- <image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.state == 1 && item.recruitment == 2}}"></image>
|
|
|
|
<image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" 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> -->
|
|
|
|
<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="display-flex">
|
|
|
|
|
|
|
|
<view class="prImg">
|
|
|
|
|
|
|
|
<view class="por" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
|
|
|
<image src="{{item.logo || 'https://matripe.oss-cn-beijing.aliyuncs.com/default.png'}}" mode="aspectFit" class="logoClass" alt></image>
|
|
|
|
|
|
|
|
<!-- <image class="pendant" wx:if="{{item.hotJob == 1}}" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/hot.png" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> -->
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- <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 biggerSize2 v-center {{item.collected - 1 == 0 ? 'collectred':''}}" open-type="getUserInfo" style="width:52px;" catchtap="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 color-f40" style wx:else></icon>
|
|
|
|
|
|
|
|
<text class="f10 {{item.collected - 1 == 0 ? 'color-f40':'c8'}}" style="line-height: 36px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button wx:if="{{isLogin && hasUserInfo - 1 == 0}}" class="collect biggerSize 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 color-f40" style wx:else></icon>
|
|
|
|
|
|
|
|
<text class="f10 {{item.collected - 1 == 0 ? 'color-f40':'c8'}}" style="line-height: 12px; margin-left: 2px">{{item.collected - 2 == 0 ? '收藏' : '已收藏'}}</text>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button wx:if="{{!isLogin}}" style="width:52px;" class="collect biggerSize" 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="flex-1 vsb">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="storeName">{{item.jobName || item.aliasName}}</view>
|
|
|
|
<view class="storeName">{{item.jobName || item.aliasName}}</view>
|
|
|
|
<!-- <view class="baomingBtn v-center" hover-stop-propagation><i class="iconfont icon-baoming1"></i>报名</view> -->
|
|
|
|
<view class="hourPay">{{item.salaryClassifyValue}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="v-center mt12 mb12">
|
|
|
|
<view class="v-center mt12 mb12">
|
|
|
|
<view class="f16 c3 flex-1 display-flex">
|
|
|
|
<view class="f14s c045 flex-1 display-flex">
|
|
|
|
{{item.monthlyPay}}元/月,{{item.age}}
|
|
|
|
<view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
|
|
|
|
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
|
|
|
|
|
|
|
|
{{item.district == "" ?'':item.district + ' | ' }}
|
|
|
|
{{item.district == "" ?'':item.district + ' | ' }}
|
|
|
|
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
|
|
|
|
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
|
|
|
|
<block wx:else>{{item.age}}</block>
|
|
|
|
<block wx:else>{{item.age}}</block>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
|
|
|
|
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="v-center">
|
|
|
|
<scroll-view scroll-x="{{true}}" catchscroll="scroll" bindtap="stoptap" class="tttg {{item.isTagShow==true ?'isTagShow':''}}">
|
|
|
|
<image class="dlLogo" src="//matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/yicaigongzuo.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
|
|
|
|
<!-- <view class="t-icon t-icon-ziying1 " wx:if="{{item.signType == 1}}" style="background-repeat:no-repeat"></view> -->
|
|
|
|
<text class="f12 c045 ml8">郑州一才工作</text>
|
|
|
|
<!-- <view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index">{{item1}}</view> -->
|
|
|
|
</view>
|
|
|
|
<span class="f12 tagsLi ysd-basebg-color pl4 pr4" style="width:46px" hover-class="none" wx:if="{{item.hotJob == 1}}" hover-stop-propagation="false">
|
|
|
|
<view>
|
|
|
|
<i class="iconfont icon-retui f10 cf mr4"></i>
|
|
|
|
<text class="f12 c045 ml8">1分钟前</text>
|
|
|
|
<span class="cf" hover-class="none" hover-stop-propagation="false">热推</span>
|
|
|
|
</view>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<view class="tagsLi" wx:for="{{item.jobSpecialLabelNameArray}}" wx:for-item="item1" wx:key="index" wx:if="{{(item.hotJob == 1 && index <= 1) || item.hotJob ==2}}">{{item1}}</view>
|
|
|
|
|
|
|
|
<view class="tagsLi" wx:if="{{item.jobSpecialLabelNameArray.length <= 0}}">暂无特色</view>
|
|
|
|
|
|
|
|
</scroll-view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<block wx:if="{{item.state == 1 && item.recruitment == 2}}">
|
|
|
|
|
|
|
|
<view class="miniBtn disabled" hover-stop-propagation="false">报名</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<block wx:elif="{{from == 'baoming'}}">
|
|
|
|
|
|
|
|
<view class="miniBtn disabled" hover-stop-propagation="false">已报名</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<block wx:else>
|
|
|
|
|
|
|
|
<view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <block wx:if="{{item.state == 1 && item.recruitment == 2}}">
|
|
|
|
|
|
|
|
<view class="miniBtn disabled" hover-stop-propagation="false">报名</view>
|
|
|
|
|
|
|
|
</block>
|
|
|
|
|
|
|
|
<block wx:else>
|
|
|
|
|
|
|
|
<view class="miniBtn" catchtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view>
|
|
|
|
|
|
|
|
</block> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <view class="miniBtn" bindtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view> -->
|
|
|
|
<!-- <view class="miniBtn" bindtap="recordBill" data-job="{{item}}" hover-class="thover" hover-stop-propagation="false">报名</view> -->
|
|
|
|
<!-- <view class="fsa bz f12 fee" wx:if="{{agencyStatus == 1 || corpUserFlag == true}}">
|
|
|
|
<!-- <view class="fsa bz f12 fee" wx:if="{{agencyStatus == 1 || corpUserFlag == true}}">
|
|
|
|
<view class="inner" hover-class="none" hover-stop-propagation="false">费</view>{{item.fuWuFei ? item.fuWuFei : '-' }}
|
|
|
|
<view class="inner" hover-class="none" hover-stop-propagation="false">费</view>{{item.fuWuFei ? item.fuWuFei : '-' }}
|
|
|
|
</view>-->
|
|
|
|
</view>-->
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
@ -59,12 +88,12 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- <block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
|
|
|
|
<block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
|
|
|
|
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
|
|
|
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
|
|
|
</block>
|
|
|
|
</block>
|
|
|
|
<block wx:else>
|
|
|
|
<!-- <block wx:else>
|
|
|
|
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
|
|
|
|
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
|
|
|
|
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{hasMoreData }}">上滑加载更多</view>
|
|
|
|
<view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
|
|
|
|
</block> -->
|
|
|
|
</block> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
|
|
|
|