|
|
|
@ -410,7 +410,7 @@
|
|
|
|
</scroll-view>
|
|
|
|
</scroll-view>
|
|
|
|
</view>-->
|
|
|
|
</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 - 180px)" 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" refresher-enabled="{{true}}" bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" scroll-top="{{topNum}}" enhanced decelerationDisabled="{{false}}" bounces="{{false}}" binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 180px)" 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="navigator" wx:if="{{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="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
@ -526,73 +526,6 @@
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} -->
|
|
|
|
<!-- 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);" -->
|
|
|
|
<!-- 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>
|
|
|
|
<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 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}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
<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}}" loginUserInfo="{{userInfo}}"></job-sub>
|
|
|
|
<job-sub storeJobListSearchForm="{{storeJobListSearchForm}}" bindgetPhoneNumber="getPhoneNumber" bindcollectPaste="collectPaste" bindgetUserInfoBtn="getUserInfoBtn" recordList="{{recordList}}" isLogin="{{isLogin}}" agencyStatus="{{agencyStatus}}" hasUserInfo="{{hasUserInfo}}" loginUserInfo="{{userInfo}}"></job-sub>
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) }}" class="tc">
|
|
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) }}" class="tc">
|
|
|
|
|