master
wangxia 2 years ago
parent de56b58aa3
commit c2779ba6e6

@ -35,6 +35,7 @@
"pages/mine/myJob/index",
"pages/mine/opinion/index",
"pages/mine/opinionList/index",
"pages/mine/listManagement/index",
"pages/mine/wxMoney/index",
"pages/message/index",

@ -336,7 +336,9 @@ page {
.pt0 {
padding-top: 0px !important;
}
.pt16{
padding-top: 16px;
}
.pl20 {
padding-left: 20px;
}
@ -1177,8 +1179,8 @@ button::after {
.mb18 {
margin-bottom: 36rpx;
}
.br8 {
border-radius: 8px;
.br4 {
border-radius: 4px;
}
.tc {
text-align: center;
@ -1803,7 +1805,7 @@ button.loginOut {
transform: translateY(-50%);
background-color: #ddd;
}
.weui-search-bar .icon-qingchu1 {
.weui-search-bar .icon-qingchu {
position: absolute;
top: 50%;
right: 62px;
@ -1816,7 +1818,7 @@ button.loginOut {
/* -webkit-mask-size: 16px; */
/* mask-size: 16px; */
}
.weui-search-bar .icon-qingchu1::before {
.weui-search-bar .icon-qingchu::before {
color: rgba(0, 0, 0, 0.25);
}
.navigatortool {

@ -831,7 +831,7 @@ Page({
},
onLoad (options) {
var that = this;
console.log(options);
// console.log('options+++++++++++++++++++++++++++++++++',options);
console.log(wx.getSystemInfoSync());
// Array.prototype.logResult = function(){
// console.log('Array');

@ -10,7 +10,7 @@
<view class="weui-search-bar__box" catchtap="goSearch">
<i class="iconfont icon-sousuo"></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="iconfont icon-qingchu" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
<view class="search" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
</view>
</form>
@ -224,14 +224,14 @@
<view class="display-flex" hover-class="none" hover-stop-propagation="false">
<!-- <view class="tc genderTag f14 por {{activez != 'zuigao' && (selectJobList.length > 0 || selectBrandList.length > 0 || sexid != '-1') ? 'hascontent' : ''}}" catchtap="deletePaixu" style="min-width:60px" wx:if="{{activez != 'zuigao'}}" hover-class="none" hover-stop-propagation="false">
<view class="por" hover-class="none" hover-stop-propagation="false">
<view class="clear_icon iconfont icon-qingchu1"></view>
<view class="clear_icon iconfont icon-qingchu"></view>
{{firstMenu}}
</view>
</view>-->
<view class="tc genderTag f14 por" catchtap="deleteAge" style="min-width:60px" wx:if="{{ storeJobListSearchForm.ageRangeStr && storeJobListSearchForm.ageRangeStr != '16-60'}}" hover-class="none" hover-stop-propagation="false">
<view class="por" hover-class="none" hover-stop-propagation="false">
<view class="clear_icon iconfont icon-qingchu1"></view>
<view class="clear_icon iconfont icon-qingchu"></view>
{{maxAge == minAge ? maxAge + '岁' : storeJobListSearchForm.ageRangeStr + (maxAge == 60 ? '+' : '')}}
</view>
</view>
@ -239,14 +239,14 @@
<view class="tc genderTag f14 por {{sexid != '-1' && (selectJobList.length > 0 || selectBrandList.length > 0 ) ? 'hascontent' : ''}}" catchtap="deleteSex" style="min-width:60px" wx:if="{{sexid != '-1'}}" hover-class="none" hover-stop-propagation="false">
<view class="por" hover-class="none" hover-stop-propagation="false">
{{secondMenu}}
<view class="clear_icon iconfont icon-qingchu1"></view>
<view class="clear_icon iconfont icon-qingchu"></view>
</view>
</view>
<view class="brandTag ml8 {{selectBrandList.length > 0 && selectJobList.length > 0 ? 'hascontent' : ''}}" wx:if="{{selectBrandList.length > 0}}">
<block wx:for="{{selectBrandList}}" wx:key="index">
<view class="por" catchtap="deleteMark" data-item="{{item}}">
{{item.name}}
<view class="clear_icon iconfont icon-qingchu1"></view>
<view class="clear_icon iconfont icon-qingchu"></view>
</view>
</block>
</view>
@ -254,7 +254,7 @@
<block wx:for="{{selectJobList}}" wx:key="index">
<view class="por" catchtap="deleteMark" data-item="{{item}}">
{{item.name}}
<view class="clear_icon iconfont icon-qingchu1"></view>
<view class="clear_icon iconfont icon-qingchu"></view>
</view>
</block>
</view>

@ -1367,7 +1367,7 @@ Page({
});
console.log(that.data.storeJobListSearchForm);
wx.request({
url: app.globalData.ip + "/overall/store/job/list",
url: app.globalData.ip + "/assistant/custom/job/v2/list",
method: "POST",
header: app.globalData.headers,
data: that.data.storeJobListSearchForm,

@ -3,7 +3,7 @@
<view class="weui-search-bar__box flex-1 fsa" style="background-color: #f5f5f5;border-radius: 17px;">
<i class="iconfont icon-sousuo"></i>
<input type="text" class="weui-search-bar__input flex-1 c3" style="max-width:150px" placeholder-style="color:#999;" value="{{inputVal}}" placeholder="{{placeholderText}}" bindinput="inputTyping" bindconfirm="searchKey" auto-focus confirm-type="search" />
<view class="iconfont icon-qingchu1 biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
<view class="iconfont icon-qingchu biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
<view class="search" bindtap="searchKey">搜索</view>
</view>
<!-- <view class="typeChange ml16" hover-class="none" hover-stop-propagation="false">
@ -18,7 +18,7 @@
<view class="wannaList c6 f16" style>
<view class="subset" hover-class="hcb" wx:for="{{historyList}}" bindtap="setKey" data-key="{{item}}" wx:key="idx">
{{item}}
<!-- <view class="clearIcon iconfont icon-qingchu1" hover-class="none" hover-stop-propagation="false">
<!-- <view class="clearIcon iconfont icon-qingchu" hover-class="none" hover-stop-propagation="false">
</view>-->
</view>
</view>

@ -30,11 +30,11 @@ page {
.weui-search-bar.be {
background-color: #ff4400;
}
.weui-search-bar .icon-qingchu1 {
.weui-search-bar .icon-qingchu {
position: absolute !important;
z-index: 9999999;
}
.weui-search-bar .icon-qingchu1::after {
.weui-search-bar .icon-qingchu::after {
z-index: 9999;
}
.agencyRoleContainer {

@ -21,7 +21,7 @@
<view class="weui-search-bar__box" catchtap="goSearch">
<i class="iconfont icon-sousuo"></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="iconfont icon-qingchu" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view>
<view class="search" catchtap="searchKey" style="color: var(--color-ysd);">搜索</view>
</view>
</form>

@ -62,6 +62,19 @@
</view>
</view>
</navigator>
<navigator class url="{{isLogin? '/pages/mine/listManagement/index': '/pages/login/index'}}" hover-class="none" hover-stop-propagation="false">
<view class="br_8" hover-class="none" style="background-color:#fff" hover-stop-propagation="false">
<view class="setting mt_10" hover-class="thover">
<view>
<view class="t-icon t-icon-wodeshoucang1 mr6" style="width:22px;height:22px" hover-class="none" hover-stop-propagation="false"></view>
<view class="c3 f16" hover-class="none" hover-stop-propagation="false">职位管理</view>
</view>
<view class hover-class="none" style="line-height:16px" hover-stop-propagation="false">
<view class="iconfont icon-gengduo11 f12 c9 ml4 mt2"></view>
</view>
</view>
</view>
</navigator>
<!-- 我的服务 -->
<view class="myserve mt_10 br_8">

@ -6,7 +6,7 @@
<view class="weui-search-bar__box flex-1 fsa" style="border-radius: 17px;">
<i class="iconfont icon-sousuo"></i>
<input type="text" class="weui-search-bar__input flex-1 c3" style="max-width:150px" placeholder-style="color:#999;" value="{{inputVal}}" placeholder="搜索职位名称" bindinput="inputTyping" bindconfirm="searchKey" auto-focus confirm-type="search" />
<view class="iconfont icon-qingchu1 biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
<view class="iconfont icon-qingchu biggerSize" wx:if="{{inputVal}}" catchtap="clearInput"></view>
<view class="search" bindtap="searchKey">搜索</view>
</view>
</view>

@ -8,6 +8,20 @@
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/index/index",
"pathName": "pages/index/index",
"query": "name=测试",
"launchMode": "default",
"scene": null
},
{
"name": "pages/mine/listManagement/index",
"pathName": "pages/mine/listManagement/index",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "实名认证",
"pathName": "pages/realName1/index",

@ -1262,25 +1262,26 @@ export function disposeJobListData(recordList) {
// if (hasHourlyPay) {
if (isNotEmptyCheck(item.minMonthlyPay) && isNotEmptyCheck(item.maxMonthlyPay)) {
if (item.minMonthlyPay == item.maxMonthlyPay) {
monthlyPayStr = item.minMonthlyPay;
monthlyPayStr = item.minMonthlyPay / 100;
} else {
monthlyPayStr = item.minMonthlyPay + "-" + item.maxMonthlyPay;
monthlyPayStr = item.minMonthlyPay / 100 + "-" + item.maxMonthlyPay / 100;
}
} else if (isNotEmptyCheck(item.minMonthlyPay)) {
monthlyPayStr = item.minMonthlyPay;
monthlyPayStr = item.minMonthlyPay / 100;
} else if (isNotEmptyCheck(item.maxMonthlyPay)) {
monthlyPayStr = item.maxMonthlyPay;
monthlyPayStr = item.maxMonthlyPay / 100;
}
// console.log(monthlyPayStr);
// }
item["monthlyPay"] = monthlyPayStr;
// console.log('月薪月薪月薪月薪月薪月薪月薪月薪月薪',monthlyPayStr);
//地址深圳丨龙岗区丨
let citys = setJobListInfoPosition(item.district);
let citys = setJobListInfoPosition(item.district || item.storeDistrict);
// console.log(citys);
var districtStr = "";
if (isNotEmptyCheck(item.district)) {
var districtArr = item.district.split(",");
if (isNotEmptyCheck(item.district || item.storeDistrict)) {
var districtArr = item.district ? item.district.split(",") : item.storeDistrict.split(",");
if (districtArr.length < 3) {
districtStr = districtArr[districtArr.length - 1];
} else {

Loading…
Cancel
Save