|
|
|
|
@ -4,8 +4,6 @@
|
|
|
|
|
</view>-->
|
|
|
|
|
<view class="weui-search-bar__form"></view>
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
|
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 85px)" 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" id="searchInputBox" hover-stop-propagation="false">
|
|
|
|
|
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
|
|
|
|
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
|
|
|
|
@ -23,151 +21,14 @@
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>-->
|
|
|
|
|
<input type="text" value="{{inputVal}}" class="f14" bindinput="inputTyping" placeholder="{{jobNum ? '近48小时更新' + jobNum + '条信息' : ''}}" catchblur placeholder-class="f14" />
|
|
|
|
|
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
|
|
|
|
|
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333;right:4px" catchtap="clearInput"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
|
|
|
|
|
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
|
|
|
|
|
<view class="search f14" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
<view class="search f16" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class style="width:40px;height:40px;margin-left:12px" bindtap="toEnroll" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="navigator" wx:if="{{false}}">
|
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
|
<view class="tabs display-flex" style="width:128px;text-align:center;margin-top:{{}}">
|
|
|
|
|
<view class="tarbar" style bindtap="choosenTop" data-id="1">
|
|
|
|
|
<view class="tarbarText f16 {{toped == '1'?'active':''}}">标准</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" bindtap="choosenTop" data-id="2">
|
|
|
|
|
<view class="tarbarText f16 {{toped == '2'?'active':''}}">简版</view>
|
|
|
|
|
</view>
|
|
|
|
|
</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 hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500 f18">拍照报名</view>
|
|
|
|
|
<view class="f12 c9">自动识别</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-paizhao"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">报名录单</view>
|
|
|
|
|
<view class="f12 c9">快速报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">智能匹配</view>
|
|
|
|
|
<view class="f12 c9">快速推岗</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</button>
|
|
|
|
|
<button wx:else hover-class="none" style="width: calc(100vw - 20px);">
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">拍照报名</view>
|
|
|
|
|
<view class="f12 c9">自动识别</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-paizhao" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">报名录单</view>
|
|
|
|
|
<view class="f12 c9">快速报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan" />
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">智能匹配</view>
|
|
|
|
|
<view class="f12 c9">快速推岗</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <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 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-qingkong1" 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="display-flex p024">
|
|
|
|
|
<view class="tarbar" bindtap="choosenTop" data-id="1">
|
|
|
|
|
<view class="tarbarText {{toped == '1'?'active':''}}">简版</view>
|
|
|
|
|
<image wx:if="{{toped == '1'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 48px;" bindtap="choosenTop" data-id="2">
|
|
|
|
|
<view class="tarbarText {{toped == '2'?'active':''}}">标准</view>
|
|
|
|
|
<image wx:if="{{toped == '2'}}" src="../../assets/images/border-circle.svg" class="tarbarImg"></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="flex-1">
|
|
|
|
|
<view class="newSearch" catchtap="goSearch">
|
|
|
|
|
<i class="iconfont icon-sousuo11 mr8"></i>搜索
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" wx:if="{{false}}" hover-stop-propagation="false">
|
|
|
|
|
<view id="navBox" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="bannerContainer">
|
|
|
|
|
<!-- indicator-dots="{{true}}" -->
|
|
|
|
|
<swiper class="banner" autoplay="{{true}}" previous-margin="-3px" next-margin="-3px" circular="{{true}}" current="0" current-item-id interval="3000" duration="300" display-multiple-items="1" skip-hidden-item-layout="false">
|
|
|
|
|
<swiper-item class wx:for="{{bannerList}}" wx:key="index" item-id>
|
|
|
|
|
<image bindtap="toHot" data-path="{{item.path}}" class="size100 br8" src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload />
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="navListContainer" wx:if="{{false}}">
|
|
|
|
|
<view class="navList">
|
|
|
|
|
<view class="navSub" bindtap="witchNav" data-title="{{item.title}}" data-url="{{item.path}}" wx:for="{{navList}}" target wx:key="index" aria-role="navigate" open-type="navigate">
|
|
|
|
|
<view class="por" style="width:44px" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
|
|
|
|
|
<view class="poa" wx:if="{{!readed && item.title == '消息中心'}}" style="width:10px;height:10px;border-radius:50%;right:-2px;top:-2px;background-color:#ff4400" hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f12 lh1" hover-class="none" hover-stop-propagation="false">{{item.title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="" bindtap='witchNav' data-title="职教职培" data-url="/subPage/vocationalList/index" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
职教职培
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 滚动公告 -->
|
|
|
|
|
<!-- <view class='wrapX'>
|
|
|
|
|
<view class="wrapOut fss">
|
|
|
|
|
<i class='iconfont icon-laba ml8 f18' style="font-weight:600;color:#1890ff"></i>
|
|
|
|
|
<view class="wrapInner flex-1">
|
|
|
|
|
<view class="contant">平台迁移 点击跳转到新的小程序</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <image class wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="display:block;width:calc(100vw - 20px);height:calc((100vw - 20px) * 174 / 1065);margin:4px 10px" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/new_notice.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload bindtap="showgzh"></image> -->
|
|
|
|
|
<!-- <view class="fsa f12 ysd-base-color m10 p012 br8 mb0" wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="line-height:36px;background: #ffeee9" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<i class="iconfont icon-xiaoxi br8 tac" style="display:inline-block;width:22px;height:22px;background:#ffdede;line-height:23px"></i>
|
|
|
|
|
查收工单通知,关注伯才公众号
|
|
|
|
|
</view>
|
|
|
|
|
<view class="border1 pl8 pr8" bindtap="showgzh" style="border-color:var(--ysd-color);line-height:22px;border-radius:5px" hover-class="none" hover-stop-propagation="false">关注</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <official-account></official-account> -->
|
|
|
|
|
<!-- <image class show-menu-by-longpress="{{true}}" src="../../assets/images/gzhQRcode.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload /> -->
|
|
|
|
|
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<!-- <view class="fsa " catchtouchmove="modalMove" style> -->
|
|
|
|
|
<view class="fsa searchBar" style hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
@ -307,7 +168,7 @@
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
<view class="btnBox bt1" catchtap>
|
|
|
|
|
<button class="clearFilter" hover-class="thover" style="max-width:118px" data-type="innerclear" bindtap="clearFilter1">清除</button>
|
|
|
|
|
<button class="clearFilter" hover-class="thover" style data-type="innerclear" bindtap="clearFilter1">清除</button>
|
|
|
|
|
<button class="normalBtn loginOut" hover-class="thover" style="max-width:178px" bindtap="toList">确定</button>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 单独的筛选项隐藏 -->
|
|
|
|
|
@ -534,10 +395,119 @@
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" refresher-enabled="{{true}}" bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 185px)" 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="navigator" wx:if="{{false}}">
|
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
|
<view class="tabs display-flex" style="width:128px;text-align:center;margin-top:{{}}">
|
|
|
|
|
<view class="tarbar" style bindtap="choosenTop" data-id="1">
|
|
|
|
|
<view class="tarbarText f16 {{toped == '1'?'active':''}}">标准</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" bindtap="choosenTop" data-id="2">
|
|
|
|
|
<view class="tarbarText f16 {{toped == '2'?'active':''}}">简版</view>
|
|
|
|
|
</view>
|
|
|
|
|
</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 hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="photo">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500 f18">拍照报名</view>
|
|
|
|
|
<view class="f12 c9">自动识别</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-paizhao"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" bindtap="changeRecordBillType" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">报名录单</view>
|
|
|
|
|
<view class="f12 c9">快速报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">智能匹配</view>
|
|
|
|
|
<view class="f12 c9">快速推岗</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</button>
|
|
|
|
|
<button wx:else hover-class="none" style="width: calc(100vw - 20px);">
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" catchtap="chooseIdCard">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">拍照报名</view>
|
|
|
|
|
<view class="f12 c9">自动识别</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-paizhao" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="thover" hover-stop-propagation="false" catchtap="navigatorToRecord">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">报名录单</view>
|
|
|
|
|
<view class="f12 c9">快速报名</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan" />
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class hover-class="thover" hover-stop-propagation="false" bindtap="toSmart" data-type="record">
|
|
|
|
|
<view class="info">
|
|
|
|
|
<view class="fw500">智能匹配</view>
|
|
|
|
|
<view class="f12 c9">快速推岗</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="t-icon t-icon-ludan"></view>
|
|
|
|
|
</view>-->
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" wx:if="{{false}}" hover-stop-propagation="false">
|
|
|
|
|
<view id="navBox" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="bannerContainer">
|
|
|
|
|
<!-- indicator-dots="{{true}}" -->
|
|
|
|
|
<swiper class="banner" autoplay="{{true}}" previous-margin="-3px" next-margin="-3px" circular="{{true}}" current="0" current-item-id interval="3000" duration="300" display-multiple-items="1" skip-hidden-item-layout="false">
|
|
|
|
|
<swiper-item class wx:for="{{bannerList}}" wx:key="index" item-id>
|
|
|
|
|
<image bindtap="toHot" data-path="{{item.path}}" class="size100 br8" src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload />
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="navListContainer" wx:if="{{false}}">
|
|
|
|
|
<view class="navList">
|
|
|
|
|
<view class="navSub" bindtap="witchNav" data-title="{{item.title}}" data-url="{{item.path}}" wx:for="{{navList}}" target wx:key="index" aria-role="navigate" open-type="navigate">
|
|
|
|
|
<view class="por" style="width:44px" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class src="{{item.img}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
|
|
|
|
|
<view class="poa" wx:if="{{!readed && item.title == '消息中心'}}" style="width:10px;height:10px;border-radius:50%;right:-2px;top:-2px;background-color:#ff4400" hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="f12 lh1" hover-class="none" hover-stop-propagation="false">{{item.title}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="" bindtap='witchNav' data-title="职教职培" data-url="/subPage/vocationalList/index" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
职教职培
|
|
|
|
|
</view>-->
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 滚动公告 -->
|
|
|
|
|
<!-- <view class='wrapX'>
|
|
|
|
|
<view class="wrapOut fss">
|
|
|
|
|
<i class='iconfont icon-laba ml8 f18' style="font-weight:600;color:#1890ff"></i>
|
|
|
|
|
<view class="wrapInner flex-1">
|
|
|
|
|
<view class="contant">平台迁移 点击跳转到新的小程序</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <image class wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="display:block;width:calc(100vw - 20px);height:calc((100vw - 20px) * 174 / 1065);margin:4px 10px" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/new_notice.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload bindtap="showgzh"></image> -->
|
|
|
|
|
<!-- <view class="fsa f12 ysd-base-color m10 p012 br8 mb0" wx:if="{{userInfo.user.subscribeBCDT != 1}}" style="line-height:36px;background: #ffeee9" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<i class="iconfont icon-xiaoxi br8 tac" style="display:inline-block;width:22px;height:22px;background:#ffdede;line-height:23px"></i>
|
|
|
|
|
查收工单通知,关注伯才公众号
|
|
|
|
|
</view>
|
|
|
|
|
<view class="border1 pl8 pr8" bindtap="showgzh" style="border-color:var(--ysd-color);line-height:22px;border-radius:5px" hover-class="none" hover-stop-propagation="false">关注</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<!-- <official-account></official-account> -->
|
|
|
|
|
<!-- <image class show-menu-by-longpress="{{true}}" src="../../assets/images/gzhQRcode.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload /> -->
|
|
|
|
|
|
|
|
|
|
<!-- 标准列表 -->
|
|
|
|
|
<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 class="tac cccc f12" style="width:100vw;position:absolute;top:-52px" hover-class="none" hover-stop-propagation="false">{{'近48小时更新' + jobNum + '条信息'}}</view>
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} -->
|
|
|
|
|
<!-- 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);" -->
|
|
|
|
|
<view>
|
|
|
|
|
@ -611,8 +581,10 @@
|
|
|
|
|
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
|
<job-sub storeJobListSearchForm="{{storeJobListSearchForm}}" bindgetPhoneNumber="getPhoneNumber" bindcollectPaste="collectPaste" bindgetUserInfoBtn="getUserInfoBtn" recordList="{{recordList}}" isLogin="{{isLogin}}" agencyStatus="{{agencyStatus}}" hasUserInfo="{{hasUserInfo}}"></job-sub>
|
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) }}" class="tc">
|
|
|
|
|
<block wx:if="{{pageShow}}">
|
|
|
|
|
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 20px"></view>
|
|
|
|
|
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
|
|
|
|
</block>
|
|
|
|
|
</view>
|
|
|
|
|
<block wx:else>
|
|
|
|
|
<block wx:if="{{isLogin}}">
|
|
|
|
|
|