|
|
|
|
<view style="display: flex; flex-direction: column" bindtouchstart="touchStart">
|
|
|
|
|
<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-sousuo11"></i>
|
|
|
|
|
<view class="weui-search-bar__input {{!chaShowed ? 'c9' : 'c3'}}" style="width: 160px;">{{inputVal}}</view>
|
|
|
|
|
<view class="iconfont icon-qingchu1" 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="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' }}" style="margin-top:{{navigatorHeight - 4}}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 == 'sex'?'active':''}} {{ sexid!='' && sexid!='-1'?'activecolor':''}}" bindtap="chooseNl" data-type="sex" style="">
|
|
|
|
|
{{ 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'}}" style="margin-top:{{navigatorHeight - 4}}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 == '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'}}" style="margin-top:{{navigatorHeight - 4}}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 == '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'}}" style="margin-top:{{navigatorHeight - 4}}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>
|
|
|
|
|
<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 + 208}}px);margin-top:{{navigatorHeight + 44}}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="stopEvent" 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="" style='margin-top:16px' hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<radio-group class="fr radiogroup">
|
|
|
|
|
<radio value="{{item.id}}" data-id="{{item.id}}" catchtap="" color="#1890ff" checked="{{item.checked}}" style="transform:scale(.8);margin-right:4px;"></radio>
|
|
|
|
|
</radio-group>
|
|
|
|
|
</view>
|
|
|
|
|
<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-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" style="width:52px;" 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}}" 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-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 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.salaryClassifyValueHaibao}}</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>
|
|
|
|
|
<block wx:if="{{item.recruitment == '1'}}">
|
|
|
|
|
<!-- <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> -->
|
|
|
|
|
</block>
|
|
|
|
|
<block wx:else>
|
|
|
|
|
<button class="weui-btn weui-btn_mini weui-btn_primary record" hover-class="none" style='background-color:#ccc' catchtap hover-stop-propagation>暂时停招</button>
|
|
|
|
|
</block>
|
|
|
|
|
</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>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
<view class="bottomBox" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="top display-flex">
|
|
|
|
|
<view class="" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
{{showInfo[pageStatus - 1].text}}<span class="ysd-basebg-color cf ml4" style="padding:0px 6px;border-radius:8px">{{imgList.length}}</span>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="detailBtn {{canSelect ? 'ysd-basebg-color':'unselect'}}" role="button" bindtap='sureSelect'>确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="imgBox">
|
|
|
|
|
<view class="" wx:for='{{imgList}}' wx:for-item="item" wx:for-index="idx" wx:key="idx" hover-stop-propagation="false" catchtap='cancelJob' data-id='{{item.id}}'>
|
|
|
|
|
<image class="" src="{{item.logo}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror="" bindload="" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|