cyl/develop
wangxia 12 months ago
parent 82073f4883
commit 40f9f87074

@ -1890,7 +1890,7 @@ Page({
return
}
let content, title
if (that.data.jobDetail.record.returnFeeDesp && (that.data.jobDetail.record.picked || that.data.corpUserFlag)) {
if (that.data.jobDetail.record.returnFeeDesp) {
title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : ''
content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。'

@ -295,8 +295,7 @@
<view class="v-center mt8 mb6">
<view class="f14s c045 flex-1">
<view class="overflowOmit mb8 fss">
<view class="oelps" style="max-width:120px">{{item.district }}</view>
{{item.district ?'丨' :''}}
<view class="oelps" style="max-width:120px">{{item.district }}{{item.district ? '丨' : ''}}</view>
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
<block wx:else>{{item.genderRestrict + '丨' + item.age}}</block>
</view>
@ -385,97 +384,6 @@
</view>
</view>
<!-- 简版列表 -->
<view style="display:{{false? 'block' : 'none'}}">
<view class="standardList" style="padding-top: 0;overflow-x: hidden;">
<view>
<view x:if="{{recordList != null && recordList.length > 0}}" class style="padding-top: 0;">
<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-item="{{item}}" data-id="{{item.id}}" data-index="{{index}}" bindtap="goDrawer" wx:key="index" hover-class="ahoverd" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};padding: 0;">
<view class="jobIn" style="border-bottom: 1px dashed #cccccc;padding: 12px 0;" hover-class="none">
<image style="width: 80px;height: 80px;position: absolute;right: 100px;" 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>
<view class="display-flex">
<view class="lNum" style="width: 60px;">{{index < 9?'0'+(index+1):index+1 }}</view>
<view class="flex-1">
<view class="jobTitle2">{{item.jobName}}</view>
<view class="jobText" wx:if="{{item.salaryClassify != 7}}">
<view class wx:if="{{item.salaryClassify == 0}}">
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元/时</span>
</view>
<view class wx:if="{{item.salaryClassify == 1}}">
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元/天</span>
</view>
<view class wx:if="{{item.salaryClassify == 2}}">
<span class="f14">补</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
<view class wx:if="{{item.salaryClassify == 3}}">
<span class="f14">返</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
<view class wx:if="{{item.salaryClassify == 4}}">计件</view>
<view class wx:if="{{item.salaryClassify == 5}}">
<span class="f14">保底</span>
<span class="f16">{{item.salaryClassifyValue}}</span>
<span class="f14">元</span>
</view>
{{item.age}}
</view>
<view class="jobText" wx:else>{{item.minMonthlyPay+'-'+item.maxMonthlyPay+'元/月'}}{{item.age}}</view>
</view>
<view class="mt4">
<i class="iconfont icon-yishoucang mt4 f20 biggerSize" wx:if="{{item.collected - 1 == 0}}" catchtap="collectPaste" data-collected="{{item.collected}}" data-jobid="{{item.id}}" style="margin-right:12px;color: #1890ff;"></i>
<i class="iconfont icon-shoucang biggerSize f20 mt4" wx:else catchtap="collectPaste" data-collected="{{item.collected}}" data-jobid="{{item.id}}" style="margin-right:13px;"></i>
</view>
</view>
<view class="display-flex">
<view style="width: 60px;margin-right: 12px;">
<view class="daili">代理</view>
</view>
<view class="flex-1">
<view class="jobText">{{!isLogin ? '登录查看服务费' : (agencyStatus == 1 ? (item.fuWuFei ? item.fuWuFei : '-') : '服务费仅代理可见')}}</view>
</view>
<!-- <view class="flex-1">
<view class="jobText" >{{item.fuWuFei || '-' }}</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>
<block wx:if="{{isLogin}}">
<view class="tc p20 f12 c045" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
<view class="tc p20 f12 c045" wx:if="{{hasMoreData }}">上滑加载更多</view>
</block>
<block wx:if="{{!isLogin && recordList.length != 0}}">
<view style="padding:10px 12px;">
<text style="font-size: 14px;color: #999999;line-height: 20px;">未登录时只能使用部分功能,申请加入伯才即可使用更多功能。</text>
</view>
<!-- <button class="clickMore mb20" open-type="getPhoneNumber" catchgetphonenumber="getPhoneNumber1" catchtap="emptyMethod">登录查看更多职位</button> -->
<view class="mt12 f14 tc" bindtap="goLogin" style="color: #576b95;padding-bottom: 80px;">登录伯才</view>
</block>
</block>
</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: 50% auto 20px"></view>
<view class="tc f14 c045">暂无记录</view>
</view>
</view>
</view>
<!-- <view class="fixedNum" wx:if="{{recordList.length > 0 && isLogin}}"><text class="f20">{{currPage}}</text>/{{totalPage}}</view> -->
</view>
</view>
</scroll-view>
<view class="shareBottom fsa" hover-class="none" hover-stop-propagation="false">

@ -1471,7 +1471,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
left: 36px;
}
.storeName{
max-width: 170px !important;
max-width: 240px !important;
}
slider {
width: 92%;

@ -310,7 +310,7 @@
<view class="f12 c9">快速创建新职位</view>
</view>
</view>
<view class="fss p12 bgf br8 flex-1 mr10">
<view class="fss p12 bgf br8 flex-1 ">
<view class>
<view class="t-icon t-icon-qiehuantuandui mr6" style="width:24px;height:24px"></view>
</view>

@ -10,7 +10,7 @@
"list": [
{
"name": "pages/tobe",
"pathName": "pages/tobeAgency/index",
"pathName": "pages/shareList/index",
"query": "",
"launchMode": "default",
"scene": null

Loading…
Cancel
Save