|
|
const app = getApp();
|
|
|
|
|
|
const commonUtil = require("../../utils/commonUtil.js");
|
|
|
import {
|
|
|
isNotEmptyCheck,
|
|
|
nationArray
|
|
|
} from "../../utils/commonUtil";
|
|
|
import {
|
|
|
customRequest
|
|
|
} from '../../utils/request.js'
|
|
|
Page({
|
|
|
data: {
|
|
|
toped: "1",
|
|
|
jobNum: 0, // 48小时更新职位数
|
|
|
currCode: '',
|
|
|
colorList: [{
|
|
|
color: '#1890ff',
|
|
|
background: '#ccc'
|
|
|
},
|
|
|
{
|
|
|
color: '#576B95',
|
|
|
background: '#ccc'
|
|
|
},
|
|
|
{
|
|
|
color: '#a2cfb1',
|
|
|
background: '#ccc'
|
|
|
},
|
|
|
|
|
|
],
|
|
|
nationArray,
|
|
|
nationIndex: -1, // 民族的索引
|
|
|
chaShowed: false,
|
|
|
isTrigger: false,
|
|
|
// background: ["../../assets/images/banner1.jpg", "../../assets/images/banner2.jpg", "../../assets/images/banner3.jpg", "../../assets/images/banner4.jpg"],
|
|
|
pullNum: 0, //下拉次数
|
|
|
tabs: [],
|
|
|
activeTab: 0,
|
|
|
systemInfo: {},
|
|
|
getMenuButtonBoundingClientRect: {},
|
|
|
// 手机基础信息
|
|
|
tabs2: [],
|
|
|
loadMore: "",
|
|
|
loadContent: ["马不停蹄加载更多数据中...", "-- 已经到底了,加不了咯 --"],
|
|
|
|
|
|
statusBarHeight: wx.getStorageSync("statusBarHeight"), // 状态栏高度
|
|
|
|
|
|
navigationBarHeight: wx.getStorageSync("navigationBarHeight"), // 导航栏高度
|
|
|
|
|
|
menuButtonHeight: wx.getStorageSync("menuButtonHeight"), // 胶囊按钮高度
|
|
|
|
|
|
menuButton: wx.getStorageSync("menuButtonInfo"), // 胶囊信息
|
|
|
navigatorHeight: 60,
|
|
|
activeTab2: 0,
|
|
|
contentIndex: 0,
|
|
|
latestClass: 0,
|
|
|
zoneClass: 0,
|
|
|
recordList: [],
|
|
|
jobSpecialLabelNames: [],
|
|
|
storeJobListSearchForm: {
|
|
|
pageNum: 1,
|
|
|
pageSize: 20,
|
|
|
classify: 1,
|
|
|
sex: -1,
|
|
|
workTypeStr: "",
|
|
|
lat: "",
|
|
|
lng: "",
|
|
|
jobClassify: "",
|
|
|
sortTag: 0,
|
|
|
jobRequestLabelIds: "",
|
|
|
cityName: "",
|
|
|
brandIds: "",
|
|
|
jobCategoryLabelIds: "",
|
|
|
ucj: 0,
|
|
|
},
|
|
|
loading: true,
|
|
|
topJobList: [],
|
|
|
hasLocation: false,
|
|
|
chooseActive: false, //筛选是否高亮
|
|
|
|
|
|
labelItems: [],
|
|
|
checkedlabelItems: [],
|
|
|
hasMoreData: true, //下拉是否还有更多数据
|
|
|
inputShowed: false,
|
|
|
inputVal: "",
|
|
|
wxCode: "",
|
|
|
isCollect: false,
|
|
|
collectTxt: "收藏",
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
hasUserInfo: 0,
|
|
|
searchCityParamStorage: {
|
|
|
name: "",
|
|
|
shortName: "",
|
|
|
},
|
|
|
iosDialog1: false,
|
|
|
phoneDialog: false,
|
|
|
triggered: false,
|
|
|
pageShow: false,
|
|
|
whichOneShow: "",
|
|
|
siv: "",
|
|
|
activez: "zuigao",
|
|
|
sexid: "-1", // 性别筛选的id
|
|
|
dialog1: false,
|
|
|
dialog2: false,
|
|
|
jobSpecialLabelList: [],
|
|
|
brandList: [],
|
|
|
firstMenu: "工价", // 工价筛选tab显示
|
|
|
secondMenu: "性别", // 性别筛选tab显示
|
|
|
selectBrandList: [], // 选中的品牌标签
|
|
|
selectJobList: [], // 选中的特色标签
|
|
|
tagArray0: [],
|
|
|
tagArray1: [],
|
|
|
tagArray2: [],
|
|
|
tagArray3: [],
|
|
|
tagArray4: [],
|
|
|
recordBillType: "", // 报名类型(拍照或者直接报名)
|
|
|
signType: 0, // 职位类型(自营 三方)
|
|
|
recordCount: 0,
|
|
|
totalPage: 0,
|
|
|
currPage: 0,
|
|
|
currentJobDrawer: {}, // 当前简版职位抽屉信息
|
|
|
drawerShow: false, // 简版职位抽屉显隐
|
|
|
choiceCollect: 0, //收藏的筛选
|
|
|
corpUserFlag: app.globalData.loginUserInfo.corpUserFlag, // 内部成员的判断
|
|
|
agencyStatus: app.globalData.loginUserInfo.agencyStatus, // 是否是代理的判断
|
|
|
serviceInfo: {}, // 代理信息
|
|
|
// navigatorBarHeight: 0, // 头部整体高度信息
|
|
|
iosDialog: false, // 成为代理弹窗
|
|
|
isLoading: true, // 成为代理图片加载loading效果
|
|
|
isScrollTop: false, // 控制职位列表的滚动
|
|
|
swiperTextList: [
|
|
|
"日结工",
|
|
|
"18岁",
|
|
|
"电子厂",
|
|
|
"短期工",
|
|
|
"47岁",
|
|
|
"保底",
|
|
|
"小时工",
|
|
|
|
|
|
|
|
|
], // 关键词轮播的关键词列表
|
|
|
placeholderText: "", // 当前关键词
|
|
|
leftShow: false, // 左侧智能匹配抽屉显示
|
|
|
/**
|
|
|
* 滑动相关变量
|
|
|
*/
|
|
|
lastX: 0, //滑动开始x轴位置
|
|
|
lastY: 0, //滑动开始y轴位置
|
|
|
text: "没有滑动",
|
|
|
currentGesture: 0, //标识手势
|
|
|
listPosition: null, // 存储列表当前位置
|
|
|
halfHide: true, // 智能匹配显示一半控制
|
|
|
topNum: 0,
|
|
|
scrollTo: "", // 列表滚动的控制
|
|
|
navList: [],
|
|
|
bannerList: [],
|
|
|
/**
|
|
|
* 筛选的相关变量
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
filterData: {
|
|
|
|
|
|
sex: [{
|
|
|
name: "男",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "女",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "男女不限",
|
|
|
id: -1,
|
|
|
active: -1,
|
|
|
},
|
|
|
],
|
|
|
jobFilter: {
|
|
|
tagArray0: [],
|
|
|
tagArray1: [],
|
|
|
tagArray2: [],
|
|
|
tagArray3: [],
|
|
|
tagArray4: [],
|
|
|
},
|
|
|
classifyList: [],
|
|
|
},
|
|
|
//智能筛选数据
|
|
|
smartObj: {
|
|
|
tattoo: [{
|
|
|
name: "无",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "小面积",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "大面积",
|
|
|
id: 3,
|
|
|
active: 0,
|
|
|
},
|
|
|
],
|
|
|
criminal: [{
|
|
|
name: "无",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "有",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
},
|
|
|
],
|
|
|
blacklist: [{
|
|
|
name: "是",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "否",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
},
|
|
|
],
|
|
|
idCardType: [{
|
|
|
name: "原件正常",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "临时",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "消磁",
|
|
|
id: 3,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "过期",
|
|
|
id: 4,
|
|
|
active: 0,
|
|
|
},
|
|
|
{
|
|
|
name: "复印件",
|
|
|
id: 5,
|
|
|
active: 0,
|
|
|
},
|
|
|
],
|
|
|
sex: [{
|
|
|
name: "男",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "女",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "男女不限",
|
|
|
id: -1,
|
|
|
active: -1,
|
|
|
},
|
|
|
],
|
|
|
nativePlace: "",
|
|
|
nation: "",
|
|
|
},
|
|
|
copyList: {},
|
|
|
innerFilter: false,
|
|
|
userAge: 0,
|
|
|
fangdou: true,
|
|
|
rangeValues: [16, 60], // 年龄筛选区间
|
|
|
rangeSmartValues: [16, 60], // 年龄筛选区间
|
|
|
maxAge: 60, // 年龄区间最大取值
|
|
|
minAge: 16,
|
|
|
salary: [10, 150], // 薪资筛选区间
|
|
|
minSalary: 10,
|
|
|
maxSalary: 150,
|
|
|
notarizeDrawerShow: false, // 复制确认框显示
|
|
|
clipboardDrawerShow: false
|
|
|
},
|
|
|
// onPullDownRefresh:function(){
|
|
|
// this.getJobList();
|
|
|
// console.log(123);
|
|
|
|
|
|
// wx.stopPullDownRefresh({
|
|
|
// success() {
|
|
|
// app.refreshSuccess();
|
|
|
// }
|
|
|
// });
|
|
|
// },
|
|
|
goLogin () {
|
|
|
wx.setStorageSync("comeFromPage", "firstBill");
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
},
|
|
|
close () {
|
|
|
let that = this;
|
|
|
let brandList = that.data.brandList;
|
|
|
let selectBrandList = that.data.selectBrandList;
|
|
|
if (selectBrandList.length > 0) {
|
|
|
for (let i = 0; i < brandList.length; i++) {
|
|
|
console.log("level1");
|
|
|
for (let j = 0; j < selectBrandList.length; j++) {
|
|
|
console.log("level2");
|
|
|
if (brandList[i].id == selectBrandList[j].id) {
|
|
|
return (brandList[i].checked = true);
|
|
|
} else {
|
|
|
brandList[i].checked = false;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
brandList.forEach((item) => {
|
|
|
item.checked = false;
|
|
|
});
|
|
|
}
|
|
|
return brandList;
|
|
|
},
|
|
|
closeFix: function () {
|
|
|
var that = this;
|
|
|
// let brandList = that.close()
|
|
|
// that.data.brandList.forEach((item) => {
|
|
|
// if (that.data.selectBrandList.length > 0) {
|
|
|
// that.data.selectBrandList.forEach((item1) => {
|
|
|
// if (item.id != item1.id) {
|
|
|
// console.log("isSame");
|
|
|
// item.checked = false;
|
|
|
// console.log(item.checked);
|
|
|
// } else {
|
|
|
// item.checked = true;
|
|
|
// }
|
|
|
// });
|
|
|
// } else {
|
|
|
// item.checked = false;
|
|
|
// }
|
|
|
// });
|
|
|
// console.log(that.data.brandList);
|
|
|
// console.log(that.data.selectBrandList);
|
|
|
console.log("isout");
|
|
|
},
|
|
|
touchStart (e) {
|
|
|
// console.log("滚起来", e);
|
|
|
// this.setData({
|
|
|
// scrollStop: false
|
|
|
// })
|
|
|
this.setData({
|
|
|
// whichOneShow: mark,
|
|
|
siv: "",
|
|
|
});
|
|
|
},
|
|
|
choosenTop (e) {
|
|
|
var that = this;
|
|
|
// that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
let id = e.currentTarget.dataset.id;
|
|
|
setTimeout(() => {
|
|
|
that.setData({
|
|
|
toped: id,
|
|
|
// isScrollTop: false,
|
|
|
});
|
|
|
}, 0);
|
|
|
wx.vibrateShort({
|
|
|
type: "heavy",
|
|
|
success: function (e) { },
|
|
|
});
|
|
|
// 切换标准 简版 重新查询列表
|
|
|
// that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
// that.setData({
|
|
|
// toped: id,
|
|
|
// recordList: [],
|
|
|
// });
|
|
|
// that.getJobList();
|
|
|
},
|
|
|
|
|
|
chooseNl: function (e) {
|
|
|
var that = this;
|
|
|
console.log(e);
|
|
|
let mark = "";
|
|
|
let type = e.target.dataset.type;
|
|
|
let whichOneShow = that.data.whichOneShow;
|
|
|
if (!that.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
if (type == "gj") {
|
|
|
if (whichOneShow == "gj") {
|
|
|
mark = "";
|
|
|
} else {
|
|
|
mark = "gj";
|
|
|
}
|
|
|
} else if (type == "sex") {
|
|
|
if (whichOneShow == "sex") {
|
|
|
mark = "";
|
|
|
} else {
|
|
|
mark = "sex";
|
|
|
}
|
|
|
} else if (type == "brand") {
|
|
|
if (whichOneShow == "brand") {
|
|
|
mark = "";
|
|
|
} else {
|
|
|
mark = "brand";
|
|
|
}
|
|
|
} else if (type == "special") {
|
|
|
if (whichOneShow == "special") {
|
|
|
mark = "";
|
|
|
} else {
|
|
|
mark = "special";
|
|
|
}
|
|
|
}
|
|
|
if (that.data.siv != "menu") {
|
|
|
setTimeout(() => {
|
|
|
that.setData({
|
|
|
whichOneShow: mark,
|
|
|
// siv:'menu'
|
|
|
});
|
|
|
console.log(this.data.whichOneShow);
|
|
|
}, 0);
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
scrollTo: "sticky",
|
|
|
});
|
|
|
}
|
|
|
this.hideLeft();
|
|
|
},
|
|
|
toSpecialArea: function (e) {
|
|
|
var id = e.currentTarget.dataset.id;
|
|
|
wx.navigateTo({
|
|
|
url: "../specialArea/index?id=" + id,
|
|
|
});
|
|
|
},
|
|
|
chooseM: function (e) {
|
|
|
var str = e.currentTarget.dataset.id;
|
|
|
console.log(str);
|
|
|
this.setData({
|
|
|
activez: str,
|
|
|
});
|
|
|
},
|
|
|
watch () { },
|
|
|
witchNav (e) {
|
|
|
console.log(e);
|
|
|
if (!this.data.isLogin && e.currentTarget.dataset.title != "职教职培") {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
if (e.currentTarget.dataset.url == "/pages/tobeAgency/index") {
|
|
|
if (app.globalData.loginUserInfo.agencyStatus == 1) {
|
|
|
wx.showToast({
|
|
|
title: "您已经加入伯才了",
|
|
|
icon: "none",
|
|
|
duration: 2000,
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
} else if (e.currentTarget.dataset.title == "主推/热推") {
|
|
|
wx.navigateTo({
|
|
|
url: e.currentTarget.dataset.url + "?listtype=" + this.data.toped,
|
|
|
});
|
|
|
return;
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: e.currentTarget.dataset.url,
|
|
|
success: function (err) {
|
|
|
console.log(err);
|
|
|
|
|
|
},
|
|
|
fail: function (err) {
|
|
|
console.log(err);
|
|
|
}
|
|
|
});
|
|
|
return;
|
|
|
|
|
|
}
|
|
|
|
|
|
wx.navigateTo({
|
|
|
url: e.currentTarget.dataset.url,
|
|
|
});
|
|
|
},
|
|
|
toHot (e) {
|
|
|
if (e.currentTarget.dataset.path) {
|
|
|
// if (e.currentTarget.dataset.path == "/pages/hotList/index") {
|
|
|
wx.navigateTo({
|
|
|
url: `${e.currentTarget.dataset.path}?listtype=${this.data.toped}`,
|
|
|
});
|
|
|
// }
|
|
|
}
|
|
|
},
|
|
|
choiceSex (e) {
|
|
|
var that = this;
|
|
|
let data = e.currentTarget.dataset;
|
|
|
that.data.filterData[data.type].forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
let index = that.data.filterData[data.type].findIndex((item) => {
|
|
|
return item.id == data.id;
|
|
|
});
|
|
|
that.data.filterData[data.type][index].active = data.id;
|
|
|
// let str = that.data.sexid
|
|
|
console.log(e);
|
|
|
let str = e.currentTarget.dataset.id;
|
|
|
console.log(str);
|
|
|
if (str == "1") {
|
|
|
that.data.secondMenu = "男生";
|
|
|
} else if (str == "2") {
|
|
|
that.data.secondMenu = "女生";
|
|
|
} else if (str == "-1") {
|
|
|
that.data.secondMenu = "不限";
|
|
|
}
|
|
|
that.setData({
|
|
|
sexid: str,
|
|
|
secondMenu: this.data.secondMenu,
|
|
|
});
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.data.storeJobListSearchForm.sex = str;
|
|
|
that.setData({
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
filterData: that.data.filterData,
|
|
|
});
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
whichOneShow: "",
|
|
|
});
|
|
|
});
|
|
|
},
|
|
|
onScrollRefresh: function () {
|
|
|
var that = this;
|
|
|
console.log("onScrollRefresh");
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList();
|
|
|
|
|
|
// setTimeout(function(){
|
|
|
// that.setData({
|
|
|
// recordList: [],: false,
|
|
|
// })
|
|
|
// },2000);
|
|
|
},
|
|
|
|
|
|
cc: function () { },
|
|
|
close: function () {
|
|
|
this.setData({
|
|
|
dialog1: false,
|
|
|
dialog2: false,
|
|
|
phoneDialog: false,
|
|
|
});
|
|
|
},
|
|
|
searchKey: function (e) {
|
|
|
if (!this.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "../login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
console.log(e);
|
|
|
this.data.recordList = [];
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.data.storeJobListSearchForm.keys = this.data.inputVal;
|
|
|
this.getJobList();
|
|
|
},
|
|
|
onShareAppMessage: function () {
|
|
|
var path = commonUtil.getCurrentPageUrlWithArgs();
|
|
|
if (app.globalData.isLogin && app.globalData.agencyStatus - 0 != 0) {
|
|
|
//当前用户是代理人
|
|
|
path +=
|
|
|
(path.indexOf("?") >= 0 ? "&" : "?") +
|
|
|
"agencyUserId=" +
|
|
|
app.globalData.loginUserInfo.id;
|
|
|
}
|
|
|
console.log(path);
|
|
|
return app.sharePageImage(path)
|
|
|
|
|
|
// let img;
|
|
|
// this.data.templateList.forEach((element) => {
|
|
|
// if (element.title == "伯才小程序首页卡片分享封面") {
|
|
|
// img = element.img + "?" + new Date().getTime();
|
|
|
// }
|
|
|
// });
|
|
|
// return {
|
|
|
// title: " ",
|
|
|
// path: path,
|
|
|
// imageUrl: img,
|
|
|
// };
|
|
|
},
|
|
|
goSearch () {
|
|
|
if (!this.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "../login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
wx.navigateTo({
|
|
|
url: `../jobListSearch/index?from=project&listtype=${this.data.toped}&key=${this.data.placeholderText}`,
|
|
|
});
|
|
|
},
|
|
|
clearInput: function () {
|
|
|
this.setData({
|
|
|
inputVal: "",
|
|
|
chaShowed: false,
|
|
|
inputShowed: false,
|
|
|
hasMoreData: true,
|
|
|
});
|
|
|
// this.inputBlur();
|
|
|
this.data.recordList = [];
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.data.storeJobListSearchForm.keys = "";
|
|
|
this.getJobList();
|
|
|
},
|
|
|
inputTyping: function (e) {
|
|
|
this.setData({
|
|
|
inputVal: e.detail.value,
|
|
|
});
|
|
|
console.log(this.data.inputVal == "");
|
|
|
if (this.data.inputVal == "") {
|
|
|
this.data.recordList = [];
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.data.storeJobListSearchForm.keys = "";
|
|
|
this.getJobList();
|
|
|
} else if (!this.data.chaShowed) {
|
|
|
|
|
|
this.setData({
|
|
|
chaShowed: true,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
/**
|
|
|
* 清除本地缓存
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
clear () {
|
|
|
wx.clearStorage();
|
|
|
|
|
|
console.log("清除成功");
|
|
|
},
|
|
|
updateVal (e) {
|
|
|
console.log(e);
|
|
|
this.setData({
|
|
|
["smartObj.nativePlace"]: e.detail.value,
|
|
|
});
|
|
|
console.log(this.data.smartObj.nativePlace);
|
|
|
},
|
|
|
inputBlur () { },
|
|
|
getListByTypeAndIndustry: function () {
|
|
|
var that = this;
|
|
|
customRequest("/labels/getListByTypeAndIndustry", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
type: 90,
|
|
|
industry: 2,
|
|
|
hasJob:1
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
wx.setStorageSync("FILTER_LIST", res.data.data);
|
|
|
res.data.data.forEach((item) => {
|
|
|
if (item.typeClassify == "0") {
|
|
|
that.data.tagArray0.push(item);
|
|
|
} else if (item.typeClassify == "1") {
|
|
|
that.data.tagArray1.push(item);
|
|
|
} else if (item.typeClassify == "2") {
|
|
|
that.data.tagArray2.push(item);
|
|
|
} else if (item.typeClassify == "3") {
|
|
|
that.data.tagArray3.push(item);
|
|
|
} else if (item.typeClassify == "4") {
|
|
|
that.data.tagArray4.push(item);
|
|
|
}
|
|
|
});
|
|
|
that.setData({
|
|
|
tagArray0: that.data.tagArray0,
|
|
|
tagArray1: that.data.tagArray1,
|
|
|
tagArray2: that.data.tagArray2,
|
|
|
tagArray3: that.data.tagArray3,
|
|
|
tagArray4: that.data.tagArray4,
|
|
|
});
|
|
|
|
|
|
var jobSpecialLabelIdArray =
|
|
|
that.data.storeJobListSearchForm.jobRequestLabelIds.split(",");
|
|
|
|
|
|
res.data.data.forEach((item) => {
|
|
|
item["checked"] = false;
|
|
|
jobSpecialLabelIdArray.forEach((item1) => {
|
|
|
if (item.id == item1) {
|
|
|
item["checked"] = true;
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
|
|
|
that.setData({
|
|
|
jobSpecialLabelList: res.data.data,
|
|
|
});
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/labels/getListByTypeAndIndustry",
|
|
|
// data: {
|
|
|
// type: 90,
|
|
|
// industry: 2,
|
|
|
// },
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "GET",
|
|
|
// success: function (res) {
|
|
|
// console.log(res.data.data);
|
|
|
// wx.setStorageSync("FILTER_LIST", res.data.data);
|
|
|
// res.data.data.forEach((item) => {
|
|
|
// if (item.typeClassify == "0") {
|
|
|
// that.data.tagArray0.push(item);
|
|
|
// } else if (item.typeClassify == "1") {
|
|
|
// that.data.tagArray1.push(item);
|
|
|
// } else if (item.typeClassify == "2") {
|
|
|
// that.data.tagArray2.push(item);
|
|
|
// } else if (item.typeClassify == "3") {
|
|
|
// that.data.tagArray3.push(item);
|
|
|
// } else if (item.typeClassify == "4") {
|
|
|
// that.data.tagArray4.push(item);
|
|
|
// }
|
|
|
// });
|
|
|
// that.setData({
|
|
|
// tagArray0: that.data.tagArray0,
|
|
|
// tagArray1: that.data.tagArray1,
|
|
|
// tagArray2: that.data.tagArray2,
|
|
|
// tagArray3: that.data.tagArray3,
|
|
|
// tagArray4: that.data.tagArray4,
|
|
|
// });
|
|
|
|
|
|
// var jobSpecialLabelIdArray =
|
|
|
// that.data.storeJobListSearchForm.jobSpecialLabelIds.split(",");
|
|
|
|
|
|
// res.data.data.forEach((item) => {
|
|
|
// item["checked"] = false;
|
|
|
// jobSpecialLabelIdArray.forEach((item1) => {
|
|
|
// if (item.id == item1) {
|
|
|
// item["checked"] = true;
|
|
|
// }
|
|
|
// });
|
|
|
// });
|
|
|
|
|
|
// that.setData({
|
|
|
// jobSpecialLabelList: res.data.data,
|
|
|
// });
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
golistSharePage () {
|
|
|
wx.vibrateShort({
|
|
|
type: "heavy",
|
|
|
success: function (e) { },
|
|
|
});
|
|
|
if (this.data.isLogin) {
|
|
|
if (app.globalData.loginUserInfo.agencyStatus == 1) {
|
|
|
wx.navigateTo({
|
|
|
url: `/pages/listSharePage/index?listtype=${this.data.toped}`,
|
|
|
});
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: `/pages/tobeAgency/index`,
|
|
|
});
|
|
|
}
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: `/pages/login/index`,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
getBrandNameAllList: function () {
|
|
|
var that = this;
|
|
|
customRequest("/yishoudan/custom/job/categoryLabelsV2", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
if (res.data.status == 200) {
|
|
|
if (that.data.storeJobListSearchForm.brandIds) {
|
|
|
var brandIdArray =
|
|
|
that.data.storeJobListSearchForm.brandIds.split(",");
|
|
|
}
|
|
|
console.log(res.data.data.labels);
|
|
|
wx.setStorageSync("CLASSIFY_LIST", res.data.data.labels);
|
|
|
res.data.data.labels.forEach((item) => {
|
|
|
item["checked"] = false;
|
|
|
if (brandIdArray) {
|
|
|
brandIdArray.forEach((item1) => {
|
|
|
if (item.id == item1) {
|
|
|
item["checked"] = true;
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
that.setData({
|
|
|
brandList: res.data.data.labels,
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/labels/type/95", // 分类列表获取接口
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "GET",
|
|
|
// success: function (res) {
|
|
|
// console.log(res);
|
|
|
// if (res.data.status == 200) {
|
|
|
// if (that.data.storeJobListSearchForm.brandIds) {
|
|
|
// var brandIdArray =
|
|
|
// that.data.storeJobListSearchForm.brandIds.split(",");
|
|
|
// }
|
|
|
// console.log(res.data.data.labels);
|
|
|
// wx.setStorageSync("CLASSIFY_LIST", res.data.data.labels);
|
|
|
// res.data.data.labels.forEach((item) => {
|
|
|
// item["checked"] = false;
|
|
|
// if (brandIdArray) {
|
|
|
// brandIdArray.forEach((item1) => {
|
|
|
// if (item.id == item1) {
|
|
|
// item["checked"] = true;
|
|
|
// }
|
|
|
// });
|
|
|
// }
|
|
|
// });
|
|
|
// that.setData({
|
|
|
// brandList: res.data.data.labels,
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
// wx.request({x
|
|
|
// url: app.globalData.ip + "/brand/getBrandNameAllList", // 品牌列表获取接口
|
|
|
// data: {},
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "GET",
|
|
|
// success: function (res) {
|
|
|
// console.log(res);
|
|
|
|
|
|
// var brandIdArray = that.data.storeJobListSearchForm.brandIds.split(",");
|
|
|
|
|
|
// res.data.data.forEach((item) => {
|
|
|
// item["checked"] = false;
|
|
|
// brandIdArray.forEach((item1) => {
|
|
|
// if (item.id == item1) {
|
|
|
// item["checked"] = true;
|
|
|
// }
|
|
|
// });
|
|
|
// });
|
|
|
// that.setData({
|
|
|
// brandList: res.data.data,
|
|
|
// });
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
|
|
|
selectBrand: function (e) {
|
|
|
var that = this;
|
|
|
let data = e.currentTarget.dataset;
|
|
|
let index = that.data.filterData[data.type].findIndex((item) => {
|
|
|
return item.id == data.id;
|
|
|
});
|
|
|
that.data.filterData[data.type][index].active = data.id;
|
|
|
|
|
|
if (that.data.brandList[data.index].checked) {
|
|
|
that.data.brandList[data.index].checked = false;
|
|
|
// let index1 = that.data.selectBrandList.indexOf(that.data.brandList[index])
|
|
|
// that.data.selectBrandList.splice(index1,1)
|
|
|
} else {
|
|
|
that.data.brandList[data.index].checked = true;
|
|
|
}
|
|
|
console.log(that.data.selectBrandList);
|
|
|
this.setData({
|
|
|
brandList: that.data.brandList,
|
|
|
filterData: that.data.filterData,
|
|
|
});
|
|
|
},
|
|
|
reset: function (e) {
|
|
|
var that = this;
|
|
|
console.log(e);
|
|
|
if (e.target.dataset.type == 1) {
|
|
|
//特色
|
|
|
that.data.jobSpecialLabelList.forEach((item) => {
|
|
|
// console.log(item);
|
|
|
if (item.checked) {
|
|
|
item.checked = false;
|
|
|
}
|
|
|
});
|
|
|
that.setData({
|
|
|
jobSpecialLabelList: that.data.jobSpecialLabelList,
|
|
|
tagArray0: that.data.tagArray0,
|
|
|
tagArray1: that.data.tagArray1,
|
|
|
tagArray2: that.data.tagArray2,
|
|
|
tagArray3: that.data.tagArray3,
|
|
|
selectJobList: [],
|
|
|
whichOneShow: "",
|
|
|
});
|
|
|
that.data.storeJobListSearchForm.jobRequestLabelIds = "";
|
|
|
} else if (e.target.dataset.type == 2) {
|
|
|
//品牌
|
|
|
that.data.brandList.forEach((item) => {
|
|
|
if (item.checked) {
|
|
|
item.checked = false;
|
|
|
}
|
|
|
});
|
|
|
that.setData({
|
|
|
brandList: that.data.brandList,
|
|
|
selectBrandList: [],
|
|
|
whichOneShow: "",
|
|
|
});
|
|
|
that.data.storeJobListSearchForm.jobCategoryLabelIds = "";
|
|
|
// that.data.storeJobListSearchForm.brandIds = "";
|
|
|
} else if (e.target.dataset.type == 4) {
|
|
|
that.setData({
|
|
|
activez: "",
|
|
|
});
|
|
|
}
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList();
|
|
|
},
|
|
|
/**
|
|
|
* 智能筛选民族变化回调
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
bindPickerChangeNation (e) {
|
|
|
let that = this;
|
|
|
console.log("picker发送选择改变,携带值为", e.detail.value);
|
|
|
var nationName = that.data.nationArray[e.detail.value].name;
|
|
|
|
|
|
this.setData({
|
|
|
nationIndex: e.detail.value,
|
|
|
["userInfo.nationality"]: nationName,
|
|
|
});
|
|
|
},
|
|
|
loginOut: function () {
|
|
|
var that = this;
|
|
|
var jobSpecialLabelIdArray = [];
|
|
|
|
|
|
// var brandIdArray = [];
|
|
|
that.data.selectBrandList = [];
|
|
|
that.data.filterData.classifyList.forEach((item) => {
|
|
|
if (item.active) {
|
|
|
if (that.data.selectBrandList.indexOf(item) == -1) {
|
|
|
that.data.selectBrandList.push(item);
|
|
|
}
|
|
|
// brandIdArray.push(item.id);
|
|
|
}
|
|
|
});
|
|
|
that.data.selectJobList = [];
|
|
|
let subArr = that.data.filterData.jobFilter;
|
|
|
let jobList = subArr.tagArray0.concat(
|
|
|
subArr.tagArray1,
|
|
|
subArr.tagArray2,
|
|
|
subArr.tagArray3,
|
|
|
subArr.tagArray4
|
|
|
);
|
|
|
jobList.forEach((item) => {
|
|
|
if (item.active) {
|
|
|
if (that.data.selectJobList.indexOf(item) == -1) {
|
|
|
that.data.selectJobList.push(item);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
// if (brandIdArray.length > 0) {
|
|
|
// // that.data.storeJobListSearchForm.brandIds = brandIdArray.join(",");
|
|
|
// that.data.storeJobListSearchForm.jobCategoryLabelIds = brandIdArray.join(",");
|
|
|
// } else {
|
|
|
// // that.data.storeJobListSearchForm.brandIds = "";
|
|
|
// that.data.storeJobListSearchForm.jobCategoryLabelIds = "";
|
|
|
// }
|
|
|
// that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
// recordList: [],
|
|
|
// siv: "",
|
|
|
// whichOneShow: "",
|
|
|
selectBrandList: that.data.selectBrandList,
|
|
|
selectJobList: that.data.selectJobList,
|
|
|
});
|
|
|
// that.getJobList();
|
|
|
},
|
|
|
onLoad (options) {
|
|
|
console.dir(Object);
|
|
|
var that = this;
|
|
|
console.log(options);
|
|
|
// if(){
|
|
|
|
|
|
// }
|
|
|
console.log(app.globalData.toTop);
|
|
|
|
|
|
// 点击tabbar图标返回顶部
|
|
|
Object.defineProperty(app.globalData, "toTop", {
|
|
|
enumerable: true,
|
|
|
configurable: true,
|
|
|
set (val) {
|
|
|
console.log(val); //打印设置好的值
|
|
|
if (val == 1 && that.getTabBar().data.toTop) {
|
|
|
that.setData({
|
|
|
topNum: 1,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
// 点击tabbar图标刷新岗位
|
|
|
Object.defineProperty(app.globalData, "refresh", {
|
|
|
enumerable: true,
|
|
|
configurable: true,
|
|
|
set (val) {
|
|
|
console.log(val); //打印设置好的值
|
|
|
if (val == 1) {
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList();
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
console.log(app.globalData);
|
|
|
Array.prototype.logResult = function () {
|
|
|
console.log("Array");
|
|
|
};
|
|
|
this.setData({
|
|
|
placeholderText: this.data.swiperTextList[0],
|
|
|
});
|
|
|
let arr = [];
|
|
|
arr.logResult();
|
|
|
|
|
|
this.getListByTypeAndIndustry();
|
|
|
this.getBrandNameAllList();
|
|
|
|
|
|
// 查看是否授权
|
|
|
wx.getSetting({
|
|
|
success (res) {
|
|
|
if (res.authSetting["scope.userInfo"]) {
|
|
|
// 已经授权,可以直接调用 getUserInfo 获取头像昵称
|
|
|
wx.getUserInfo({
|
|
|
success: function (res) {
|
|
|
console.log(res.userInfo);
|
|
|
},
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
|
|
|
// if (app.isNotEmptyCheck(options.fromSearchPage) && options.fromSearchPage == 1) {
|
|
|
// try {
|
|
|
// var searchCityParamStorage = wx.getStorageSync("searchCityParamStorage");
|
|
|
// if (searchCityParamStorage) {
|
|
|
// console.log("searchCityParamStorage======", searchCityParamStorage);
|
|
|
// that.data.storeJobListSearchForm.cityName = searchCityParamStorage.name;
|
|
|
// if (app.isEmptyCheck(searchCityParamStorage.name)) {
|
|
|
// that.data.storeJobListSearchForm.cityName = "全国";
|
|
|
// }
|
|
|
// that.setData({
|
|
|
// searchCityParamStorage: searchCityParamStorage,
|
|
|
// });
|
|
|
// }
|
|
|
// } catch (e) {
|
|
|
// console.log("获取缓存设置的查询职位列表参数错误:", e);
|
|
|
// }
|
|
|
// } else {
|
|
|
// try {
|
|
|
// wx.removeStorageSync("searchJobListParamStorage");
|
|
|
// } catch (e) {
|
|
|
// console.log("删除缓存设置的查询职位列表参数错误:", e);
|
|
|
// }
|
|
|
// try {
|
|
|
// wx.removeStorageSync("searchCityParamStorage");
|
|
|
// } catch (e) {
|
|
|
// console.log("删除缓存设置的查询职位列表参数错误:", e);
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
try {
|
|
|
if (app.globalData.isScanQRCodes - 1 == 0) {
|
|
|
wx.showToast({
|
|
|
title: "欢迎查看好工作",
|
|
|
icon: "success",
|
|
|
duration: 2000,
|
|
|
});
|
|
|
if (!getApp().globalData.isLogin) {
|
|
|
setTimeout(function () {
|
|
|
if (!getApp().globalData.isLogin) {
|
|
|
that.openIOS2();
|
|
|
}
|
|
|
}, 5000);
|
|
|
}
|
|
|
}
|
|
|
} catch (e) {
|
|
|
// console.log("获取缓存设置的查询职位列表参数错误:", e);
|
|
|
}
|
|
|
|
|
|
// console.log("options==============================1");
|
|
|
// console.log(options);
|
|
|
// console.log("options==============================2");
|
|
|
|
|
|
if (app.isNotEmptyCheck(options.scene)) {
|
|
|
//扫小程序码携带参数
|
|
|
var sceneStr = decodeURIComponent(options.scene);
|
|
|
var sceneJson = commonUtil.sceneToJson(sceneStr);
|
|
|
// console.log("sceneJson===", sceneJson);
|
|
|
if (sceneJson.fromType == 1) {
|
|
|
app.globalData.isCommission = 1;
|
|
|
wx.setStorageSync("storageSyncAgencyUserId", sceneJson.userId);
|
|
|
}
|
|
|
|
|
|
//先设置代理人缓存人再登录
|
|
|
app.getLoginUserTokenInfo();
|
|
|
} else if (app.isNotEmptyCheck(options.fromType)) {
|
|
|
//扫小程序普通二维码携带参数-来源ID
|
|
|
// console.log("options.fromType========" + options.fromType);
|
|
|
if (options.fromType == 0) {
|
|
|
// console.log("options.id========" + options.id);
|
|
|
// console.log("options.userId========" + options.userId);
|
|
|
try {
|
|
|
app.globalData.isCommission = 1;
|
|
|
wx.setStorageSync("fromQrCodeChannelContactId", options.id);
|
|
|
that.getAgencyUserId(options.id);
|
|
|
} catch (e) {
|
|
|
// console.log("0-扫描微信二维码,设置参数错误:", e);
|
|
|
}
|
|
|
} else if (options.fromType.indexOf("0&id=") >= 0) {
|
|
|
//兼容2021-9-9之前的二维码
|
|
|
var paramsTempId = options.fromType.replace("0&id=", "");
|
|
|
// console.log("¶msTempId========" + paramsTempId);
|
|
|
try {
|
|
|
app.globalData.isCommission = 1;
|
|
|
wx.setStorageSync("fromQrCodeChannelContactId", paramsTempId);
|
|
|
that.getAgencyUserId(paramsTempId);
|
|
|
} catch (e) {
|
|
|
// console.log("0-扫描微信二维码,设置参数错误:", e);
|
|
|
}
|
|
|
} else {
|
|
|
//兼容2021-9-9之前的二维码
|
|
|
var paramsTempId = options.fromType.replace("0,id=", "");
|
|
|
// console.log("=paramsTempId========" + paramsTempId);
|
|
|
try {
|
|
|
app.globalData.isCommission = 1;
|
|
|
wx.setStorageSync("fromQrCodeChannelContactId", paramsTempId);
|
|
|
that.getAgencyUserId(paramsTempId);
|
|
|
} catch (e) {
|
|
|
// console.log("0-扫描微信二维码,设置参数错误:", e);
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
// console.log("options.fromType===else=====" + options);
|
|
|
}
|
|
|
|
|
|
//this.wxLogin();
|
|
|
let res = wx.getStorageSync("storeJobId"); //详情页返回
|
|
|
// console.log(res);
|
|
|
if (app.isEmptyCheck(res.data)) {
|
|
|
this.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
} else {
|
|
|
wx.removeStorageSync({
|
|
|
key: "storeJobId",
|
|
|
});
|
|
|
}
|
|
|
|
|
|
// console.log("on show");
|
|
|
|
|
|
//登录=================================start
|
|
|
if (app.globalData.isLogin) {
|
|
|
console.log('app.globalData.hasUserInfo', app.globalData.hasUserInfo);
|
|
|
this.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
hasUserInfo: app.globalData.hasUserInfo,
|
|
|
agencyStatus: app.globalData.loginUserInfo.agencyStatus,
|
|
|
corpUserFlag: app.globalData.loginUserInfo.corpUserFlag,
|
|
|
userInfo: app.globalData.loginUserInfo,
|
|
|
serviceInfo: app.globalData.serviceInfo,
|
|
|
isLoading: true,
|
|
|
});
|
|
|
} else {
|
|
|
// 由于 userLogin 是网络请求,可能会在 Page.onLoad 之后才返回
|
|
|
// 所以此处加入 callback 以防止这种情况
|
|
|
console.log('app.globalData.hasUserInfo', app.globalData.hasUserInfo);
|
|
|
app.userLoginCallback = (res) => {
|
|
|
this.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
hasUserInfo: app.globalData.hasUserInfo,
|
|
|
agencyStatus: app.globalData.loginUserInfo.agencyStatus,
|
|
|
corpUserFlag: app.globalData.loginUserInfo.corpUserFlag,
|
|
|
userInfo: app.globalData.loginUserInfo,
|
|
|
serviceInfo: app.globalData.serviceInfo,
|
|
|
});
|
|
|
// console.log(that.data.serviceInfo);
|
|
|
};
|
|
|
// console.log(that.data.serviceInfo);
|
|
|
}
|
|
|
//登录=================================end
|
|
|
|
|
|
this.getHopeJobLabels();
|
|
|
var reset = true;
|
|
|
let agencyUserId = options.agencyUserId;
|
|
|
if (agencyUserId) {
|
|
|
wx.setStorageSync("storageSyncAgencyUserId", agencyUserId);
|
|
|
// console.log("agencyUserId", agencyUserId);
|
|
|
app.globalData.isCommission = 1;
|
|
|
}
|
|
|
app.getLoginUserTokenInfo();
|
|
|
|
|
|
// this.getJobList();
|
|
|
if (wx.getStorageSync("FILTER_LIST")) {
|
|
|
let list = wx.getStorageSync("FILTER_LIST");
|
|
|
list.forEach((item) => {
|
|
|
item.active = 0;
|
|
|
if (item.typeClassify == "0") {
|
|
|
this.data.filterData.jobFilter["tagArray0"].push(item);
|
|
|
} else if (item.typeClassify == "1") {
|
|
|
this.data.filterData.jobFilter["tagArray1"].push(item);
|
|
|
} else if (item.typeClassify == "2") {
|
|
|
this.data.filterData.jobFilter["tagArray2"].push(item);
|
|
|
} else if (item.typeClassify == "3") {
|
|
|
this.data.filterData.jobFilter["tagArray3"].push(item);
|
|
|
} else if (item.typeClassify == "4") {
|
|
|
this.data.filterData.jobFilter["tagArray4"].push(item);
|
|
|
}
|
|
|
});
|
|
|
let jobFilter = "filterData.jobFilter";
|
|
|
this.setData({
|
|
|
[jobFilter]: this.data.filterData.jobFilter,
|
|
|
});
|
|
|
}
|
|
|
if (wx.getStorageSync("CLASSIFY_LIST")) {
|
|
|
this.data.filterData.classifyList = wx.getStorageSync("CLASSIFY_LIST");
|
|
|
this.data.filterData.classifyList.forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
let classifyList = "filterData.classifyList";
|
|
|
this.setData({
|
|
|
[classifyList]: this.data.filterData.classifyList,
|
|
|
});
|
|
|
}
|
|
|
this.setData({
|
|
|
copyList: JSON.parse(JSON.stringify(this.data.filterData)),
|
|
|
smartCopyObj: JSON.parse(JSON.stringify(this.data.smartObj)),
|
|
|
});
|
|
|
// that.getJobList();
|
|
|
// that.setData({
|
|
|
// recordList: [],
|
|
|
// });
|
|
|
that.getJobList();
|
|
|
that.getBannerList();
|
|
|
that.getchannelList();
|
|
|
// that.searchAnimate();
|
|
|
|
|
|
},
|
|
|
onReady () {
|
|
|
let that = this;
|
|
|
// var query = wx.createSelectorQuery();
|
|
|
// query.select(".navigator").boundingClientRect();
|
|
|
// query.exec(function (res) {
|
|
|
// //res就是 所有标签为v1的元素的信息 的数组
|
|
|
// console.log(res);
|
|
|
// //取高度
|
|
|
// console.log(res[0].height);
|
|
|
// that.setData({
|
|
|
// navigatorBarHeight: res[0].height + 15,
|
|
|
// });
|
|
|
// });
|
|
|
},
|
|
|
/**
|
|
|
* 智能匹配结束
|
|
|
*
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
goChannel (e) {
|
|
|
// console.log(e);
|
|
|
},
|
|
|
/**
|
|
|
* 范围选择年龄的回调
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
onRangeChange (e) {
|
|
|
let maxAge = Math.floor(e.detail.maxValue) + "";
|
|
|
let minAge = Math.floor(e.detail.minValue) + "";
|
|
|
// console.log(maxAge, minAge);
|
|
|
this.setData({
|
|
|
rangeValues: [minAge, maxAge],
|
|
|
maxAge,
|
|
|
minAge,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 智能选择年龄
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
onSmartRangeChange (e) {
|
|
|
let maxAge = Math.floor(e.detail.maxValue) + "";
|
|
|
let minAge = Math.floor(e.detail.minValue) + "";
|
|
|
// console.log(maxAge, minAge);
|
|
|
this.setData({
|
|
|
rangeValues: [
|
|
|
Math.floor(e.detail.minValue),
|
|
|
Math.floor(e.detail.maxValue),
|
|
|
],
|
|
|
maxAge,
|
|
|
minAge,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 范围选择薪资的回调
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
onSalaryRangeChange (e) {
|
|
|
let maxSalary = Math.floor(e.detail.maxValue) + "";
|
|
|
let minSalary = Math.floor(e.detail.minValue) + "";
|
|
|
this.setData({
|
|
|
salary: [minSalary, maxSalary],
|
|
|
maxSalary,
|
|
|
minSalary,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 步骤条滑块change
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
sliderChange (e) {
|
|
|
// console.log('页面',e.detail);
|
|
|
|
|
|
this.data.userAge = e.detail.value;
|
|
|
if (this.data.fangdou) {
|
|
|
this.data.fangdou = false;
|
|
|
this.setData({
|
|
|
userAge: e.detail.value,
|
|
|
});
|
|
|
// console.log(e.detail.value);
|
|
|
setTimeout(() => {
|
|
|
this.data.fangdou = true;
|
|
|
}, 20);
|
|
|
}
|
|
|
},
|
|
|
/**
|
|
|
* 筛选标签的点击
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
setActive (e) {
|
|
|
// console.log(e);
|
|
|
let data = e.currentTarget.dataset;
|
|
|
if (data.type == "tattoo" || data.type == "sex" || data.type == "price") {
|
|
|
// console.log(data.id);
|
|
|
let index = this.data.filterData[data.type].findIndex((item) => {
|
|
|
return item.id == data.id;
|
|
|
});
|
|
|
if (this.data.filterData[data.type][index].active == data.id) {
|
|
|
this.data.filterData[data.type][index].active = 0;
|
|
|
} else {
|
|
|
this.data.filterData[data.type].forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
this.data.filterData[data.type][index].active = data.id;
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
filterData: this.data.filterData,
|
|
|
});
|
|
|
} else if (data.type != "jobFilter") {
|
|
|
this.data.filterData[data.type].forEach((item) => {
|
|
|
if (item.id == data.id) {
|
|
|
if (item.active == data.id) {
|
|
|
item.active = 0;
|
|
|
} else {
|
|
|
item.active = data.id;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
// console.log(this.data.filterData[data.type]);
|
|
|
} else {
|
|
|
this.data.filterData[data.type][data.arr].forEach((item) => {
|
|
|
if (item.id == data.id) {
|
|
|
if (item.active == data.id) {
|
|
|
item.active = 0;
|
|
|
} else {
|
|
|
item.active = data.id;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
filterData: this.data.filterData,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 智能匹配标签的点击
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
setSmartActive (e) {
|
|
|
// console.log(e);
|
|
|
let data = e.currentTarget.dataset;
|
|
|
if (
|
|
|
data.type == "tattoo" ||
|
|
|
data.type == "sex" ||
|
|
|
data.type == "price" ||
|
|
|
data.type == "criminal" ||
|
|
|
data.type == "blacklist" ||
|
|
|
data.type == "idCardType"
|
|
|
) {
|
|
|
if (data.type == "sex") {
|
|
|
let index = this.data.filterData[data.type].findIndex((item) => {
|
|
|
return item.id == data.id;
|
|
|
});
|
|
|
if (this.data.filterData[data.type][index].active == data.id) {
|
|
|
this.data.filterData[data.type][index].active = 0;
|
|
|
this.data.smartObj[data.type][index].active = 0;
|
|
|
} else {
|
|
|
this.data.filterData[data.type].forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
this.data.smartObj[data.type].forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
this.data.filterData[data.type][index].active = data.id;
|
|
|
this.data.smartObj[data.type][index].active = data.id;
|
|
|
}
|
|
|
} else {
|
|
|
let index = this.data.smartObj[data.type].findIndex((item) => {
|
|
|
return item.id == data.id;
|
|
|
});
|
|
|
if (this.data.smartObj[data.type][index].active == data.id) {
|
|
|
this.data.smartObj[data.type][index].active = 0;
|
|
|
} else {
|
|
|
this.data.smartObj[data.type].forEach((item) => {
|
|
|
item.active = 0;
|
|
|
});
|
|
|
this.data.smartObj[data.type][index].active = data.id;
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
smartObj: this.data.smartObj,
|
|
|
});
|
|
|
}
|
|
|
} else if (data.type != "jobFilter") {
|
|
|
this.data.smartObj[data.type].forEach((item) => {
|
|
|
if (item.id == data.id) {
|
|
|
if (item.active == data.id) {
|
|
|
item.active = 0;
|
|
|
} else {
|
|
|
item.active = data.id;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
// console.log(this.data.smartObj[data.type]);
|
|
|
} else {
|
|
|
this.data.smartObj[data.type][data.arr].forEach((item) => {
|
|
|
if (item.id == data.id) {
|
|
|
if (item.active == data.id) {
|
|
|
item.active = 0;
|
|
|
} else {
|
|
|
item.active = data.id;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
smartObj: this.data.smartObj,
|
|
|
filterData: this.data.filterData,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 获取banner信息
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
getBannerList () {
|
|
|
let that = this;
|
|
|
customRequest("/daotian/banner/list", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
if (res.data.status == 200) {
|
|
|
that.setData({
|
|
|
bannerList: res.data.data.banners,
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/daotian/banner/list",
|
|
|
// success (res) {
|
|
|
// console.log(res);
|
|
|
// if (res.data.status == 200) {
|
|
|
// that.setData({
|
|
|
// bannerList: res.data.data.banners,
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
deleteMark (e) {
|
|
|
// console.log(e);
|
|
|
console.log(e);
|
|
|
let data = e.currentTarget.dataset.item;
|
|
|
let filter = this.data.filterData;
|
|
|
// if(e.currentTarget.dataset.item){
|
|
|
// 判断是否是标签筛选项
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
if (data.hasOwnProperty("typeClassify")) {
|
|
|
console.log(e);
|
|
|
this.data.selectJobList.forEach((item, index) => {
|
|
|
if (item.id == data.id) {
|
|
|
this.data.selectJobList.splice(index, 1);
|
|
|
let ind =
|
|
|
filter.jobFilter["tagArray" + data.typeClassify].indexOf(item);
|
|
|
console.log(filter.jobFilter["tagArray" + data.typeClassify][ind]);
|
|
|
filter.jobFilter["tagArray" + data.typeClassify][ind].active = 0;
|
|
|
// let ind = filter.classifyList.indexOf(item);
|
|
|
// console.log(filter.classifyList[ind]);
|
|
|
// filter.classifyList[ind].active = false;
|
|
|
this.toList();
|
|
|
}
|
|
|
});
|
|
|
this.setData({
|
|
|
selectJobList: this.data.selectJobList,
|
|
|
filterData: this.data.filterData,
|
|
|
});
|
|
|
} else {
|
|
|
this.data.selectBrandList.forEach((item, index) => {
|
|
|
if (item.id == data.id) {
|
|
|
this.data.selectBrandList.splice(index, 1);
|
|
|
// let ind = filter.jobFilter["tagArray" + data.typeClassify].indexOf(item);
|
|
|
// console.log(filter.jobFilter["tagArray" + data.typeClassify][ind]);
|
|
|
// filter.jobFilter["tagArray" + data.typeClassify][ind].active = 0;
|
|
|
let ind = filter.classifyList.indexOf(item);
|
|
|
console.log(filter.classifyList[ind]);
|
|
|
filter.classifyList[ind].active = 0;
|
|
|
this.toList();
|
|
|
}
|
|
|
});
|
|
|
this.setData({
|
|
|
selectBrandList: this.data.selectBrandList,
|
|
|
filterData: this.data.filterData,
|
|
|
});
|
|
|
}
|
|
|
|
|
|
// }
|
|
|
},
|
|
|
|
|
|
deleteAge (e) {
|
|
|
console.log(e);
|
|
|
let that = this;
|
|
|
that.data.storeJobListSearchForm.ageRangeStr = "16-60";
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.setData({
|
|
|
minAge: 16,
|
|
|
maxAge: 60,
|
|
|
rangeValues: [16, 60],
|
|
|
});
|
|
|
this.toList();
|
|
|
},
|
|
|
|
|
|
deletePaixu (e) {
|
|
|
console.log(e);
|
|
|
let that = this;
|
|
|
// let data = e.currentTarget.dataset.item;
|
|
|
this.data.storeJobListSearchForm.sortTag = 0;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.setData({
|
|
|
firstMenu: "工价",
|
|
|
activez: "zuigao",
|
|
|
});
|
|
|
this.toList();
|
|
|
},
|
|
|
deleteSex () {
|
|
|
let filter = this.data.filterData;
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.data.filterData.sex.forEach((item, index) => {
|
|
|
item.active = 0;
|
|
|
if (index == 2) {
|
|
|
item.active = -1;
|
|
|
}
|
|
|
});
|
|
|
this.data.smartObj.sex.forEach((item, index) => {
|
|
|
item.active = 0;
|
|
|
if (index == 2) {
|
|
|
item.active = -1;
|
|
|
}
|
|
|
});
|
|
|
this.setData({
|
|
|
filterData: this.data.filterData,
|
|
|
smartObj: this.data.smartObj,
|
|
|
});
|
|
|
|
|
|
this.toList();
|
|
|
},
|
|
|
/**
|
|
|
* 获取图片模板信息
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
getTemplateList () {
|
|
|
let that = this;
|
|
|
customRequest("/daotian/image/list", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
if (res.data.status == 200) {
|
|
|
app.globalData.templateList = res.data.data.images;
|
|
|
that.setData({
|
|
|
templateList: res.data.data.images,
|
|
|
});
|
|
|
app.globalData.templateList.forEach((element) => {
|
|
|
console.log(element);
|
|
|
if (element.title == "伯才小程序首页海报分享封面") {
|
|
|
that.setData({
|
|
|
shareDetailImg: element.img,
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/daotian/image/list",
|
|
|
// success (res) {
|
|
|
// console.log(res);
|
|
|
// if (res.data.status == 200) {
|
|
|
// app.globalData.templateList = res.data.data.images;
|
|
|
// that.setData({
|
|
|
// templateList: res.data.data.images,
|
|
|
// });
|
|
|
// app.globalData.templateList.forEach((element) => {
|
|
|
// console.log(element);
|
|
|
// if (element.title == "伯才小程序首页海报分享封面") {
|
|
|
// that.setData({
|
|
|
// shareDetailImg: element.img,
|
|
|
// });
|
|
|
// }
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
|
|
|
/**
|
|
|
* 获取频道列表
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
getchannelList () {
|
|
|
let that = this;
|
|
|
customRequest("/daotian/channel/list", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
if (res.data.status == 200) {
|
|
|
that.setData({
|
|
|
navList: res.data.data.channels,
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/daotian/channel/list",
|
|
|
// success (res) {
|
|
|
// console.log(res);
|
|
|
// if (res.data.status == 200) {
|
|
|
// that.setData({
|
|
|
// navList: res.data.data.channels,
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
/**
|
|
|
* 清除筛选信息
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
clearFilter1 (e) {
|
|
|
let middleList = JSON.parse(JSON.stringify(this.data.copyList));
|
|
|
let type = e.currentTarget.dataset.type;
|
|
|
let filterData = this.data.filterData;
|
|
|
console.log(type);
|
|
|
if (type == 2) {
|
|
|
filterData = {
|
|
|
...filterData,
|
|
|
classifyList: middleList.classifyList,
|
|
|
};
|
|
|
this.setData({
|
|
|
selectBrandList: [],
|
|
|
userAge: 0,
|
|
|
});
|
|
|
} else if (type == 1) {
|
|
|
filterData = {
|
|
|
...filterData,
|
|
|
jobFilter: middleList.jobFilter,
|
|
|
};
|
|
|
this.setData({
|
|
|
selectJobList: [],
|
|
|
userAge: 0,
|
|
|
});
|
|
|
} else if (type == "outerClear") {
|
|
|
filterData = middleList;
|
|
|
this.data.smartObj.sex.forEach((item, index) => {
|
|
|
item.active = 0;
|
|
|
if (index == 2) {
|
|
|
item.active = -1;
|
|
|
}
|
|
|
});
|
|
|
// this.data.storeJobListSearchForm.sortTag = 0;
|
|
|
this.setData({
|
|
|
selectJobList: [],
|
|
|
selectBrandList: [],
|
|
|
// firstMenu: "工价",
|
|
|
secondMenu: "不限",
|
|
|
sexid: -1,
|
|
|
rangeValues: [16, 60],
|
|
|
maxAge: 60,
|
|
|
minAge: 16,
|
|
|
// activez: "zuigao",
|
|
|
storeJobListSearchForm: this.data.storeJobListSearchForm,
|
|
|
});
|
|
|
} else if (type == "innerclear") {
|
|
|
filterData = middleList;
|
|
|
this.setData({
|
|
|
selectJobList: [],
|
|
|
selectBrandList: [],
|
|
|
// firstMenu: "工价",
|
|
|
secondMenu: "不限",
|
|
|
sexid: -1,
|
|
|
rangeValues: [16, 60],
|
|
|
maxAge: 60,
|
|
|
minAge: 16,
|
|
|
// activez: "zuigao",
|
|
|
});
|
|
|
}
|
|
|
|
|
|
console.log(filterData);
|
|
|
this.setData({
|
|
|
filterData,
|
|
|
leftShow: false,
|
|
|
recordList: [],
|
|
|
whichOneShow: "",
|
|
|
scrollTo: "sticky",
|
|
|
});
|
|
|
if (this.data.choiceCollect == 0) {
|
|
|
this.data.storeJobListSearchForm.ucj = 0;
|
|
|
} else {
|
|
|
this.data.storeJobListSearchForm.ucj = 1;
|
|
|
}
|
|
|
this.toList();
|
|
|
|
|
|
// this.getJobList();
|
|
|
},
|
|
|
/**
|
|
|
* 点击确认按钮
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
toList () {
|
|
|
let that = this;
|
|
|
console.log(this.data.filterData);
|
|
|
let formSearch = {
|
|
|
pageNum: 1,
|
|
|
pageSize: 20,
|
|
|
};
|
|
|
let filter = this.data.filterData;
|
|
|
for (var k in filter) {
|
|
|
if (k != "jobFilter") {
|
|
|
let jobCategoryArr = [];
|
|
|
console.log(filter[k]);
|
|
|
filter[k].forEach((item) => {
|
|
|
if (item.active != 0) {
|
|
|
if (k == "price") {
|
|
|
if (item.name == "8000以上") {
|
|
|
formSearch.monthlyPayStr = "8001-20000";
|
|
|
} else {
|
|
|
formSearch.monthlyPayStr = item.name;
|
|
|
}
|
|
|
} else if (k == "sex") {
|
|
|
formSearch.sex = item.id;
|
|
|
if (item.id == -1) {
|
|
|
this.data.secondMenu = "不限";
|
|
|
} else if (item.id == 1) {
|
|
|
this.data.secondMenu = "男生";
|
|
|
} else if (item.id == 2) {
|
|
|
this.data.secondMenu = "女生";
|
|
|
}
|
|
|
this.setData({
|
|
|
sexid: item.id,
|
|
|
secondMenu: this.data.secondMenu,
|
|
|
});
|
|
|
} else if (k == "classifyList") {
|
|
|
jobCategoryArr.push(item.id);
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
formSearch.jobCategoryLabelIds = jobCategoryArr.join();
|
|
|
} else {
|
|
|
let totalArr = [
|
|
|
...filter["jobFilter"].tagArray0,
|
|
|
...filter["jobFilter"].tagArray1,
|
|
|
...filter["jobFilter"].tagArray2,
|
|
|
...filter["jobFilter"].tagArray3,
|
|
|
...filter["jobFilter"].tagArray4,
|
|
|
];
|
|
|
let jobSpecialArr = [];
|
|
|
console.log(totalArr);
|
|
|
totalArr.forEach((item) => {
|
|
|
if (item.active != 0) {
|
|
|
jobSpecialArr.push(item.id);
|
|
|
}
|
|
|
});
|
|
|
console.log(jobSpecialArr);
|
|
|
|
|
|
console.log(jobSpecialArr.join(","));
|
|
|
formSearch.jobRequestLabelIds = jobSpecialArr.join(",");
|
|
|
}
|
|
|
}
|
|
|
console.log(formSearch);
|
|
|
|
|
|
that.data.storeJobListSearchForm = {
|
|
|
...that.data.storeJobListSearchForm,
|
|
|
...formSearch,
|
|
|
ageRangeStr: that.data.minAge + "-" + that.data.maxAge,
|
|
|
};
|
|
|
if (this.data.choiceCollect == 0) {
|
|
|
that.data.storeJobListSearchForm.ucj = 0;
|
|
|
} else {
|
|
|
that.data.storeJobListSearchForm.ucj = 1;
|
|
|
}
|
|
|
console.log(that.data.storeJobListSearchForm);
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
leftShow: false,
|
|
|
whichOneShow: "",
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.loginOut();
|
|
|
that.getJobList();
|
|
|
},
|
|
|
/**
|
|
|
* 点击确认按钮
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
smartSub (type) {
|
|
|
let that = this;
|
|
|
console.log(this.data.filterData);
|
|
|
let formSearch = {
|
|
|
pageNum: 1,
|
|
|
pageSize: 20,
|
|
|
sex: -1,
|
|
|
ageRangeStr: "16-60",
|
|
|
salaryRangeStr: "1000-15000",
|
|
|
};
|
|
|
let filter = this.data.smartObj;
|
|
|
for (var k in filter) {
|
|
|
if (Array.isArray(filter[k])) {
|
|
|
if (k != "jobFilter") {
|
|
|
let jobCategoryArr = [];
|
|
|
console.log(filter[k]);
|
|
|
filter[k].forEach((item) => {
|
|
|
if (item.active != 0) {
|
|
|
if (k == "sex") {
|
|
|
formSearch.sex = item.id;
|
|
|
if (item.id == -1) {
|
|
|
this.data.secondMenu = "不限";
|
|
|
} else if (item.id == 1) {
|
|
|
this.data.secondMenu = "男生";
|
|
|
} else if (item.id == 2) {
|
|
|
this.data.secondMenu = "女生";
|
|
|
}
|
|
|
this.setData({
|
|
|
sexid: item.id,
|
|
|
secondMenu: this.data.secondMenu,
|
|
|
});
|
|
|
console.log(this.data.sexid);
|
|
|
} else {
|
|
|
formSearch[k] = item.id;
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
console.log(formSearch);
|
|
|
// 传后台薪资格式转换
|
|
|
let minSalary = that.data.minSalary * 100;
|
|
|
let maxSalary = that.data.maxSalary * 100;
|
|
|
//
|
|
|
formSearch.ageRangeStr = that.data.minAge + "-" + that.data.maxAge;
|
|
|
formSearch.salaryRangeStr = minSalary + "-" + maxSalary;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1
|
|
|
that.data.storeJobListSearchForm = {
|
|
|
...that.data.storeJobListSearchForm,
|
|
|
...formSearch,
|
|
|
ageRangeStr: that.data.minAge + "-" + that.data.maxAge,
|
|
|
salaryRangeStr: minSalary + "-" + maxSalary,
|
|
|
};
|
|
|
if (this.data.choiceCollect == 0) {
|
|
|
that.data.storeJobListSearchForm.ucj = 0;
|
|
|
} else {
|
|
|
that.data.storeJobListSearchForm.ucj = 1;
|
|
|
}
|
|
|
console.log(that.data.storeJobListSearchForm);
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
// 用于判断用户是否使用智能匹配
|
|
|
smartSearch: type == "clear" ?
|
|
|
false : JSON.stringify(formSearch) !==
|
|
|
JSON.stringify({
|
|
|
pageNum: 1,
|
|
|
pageSize: 20,
|
|
|
sex: -1,
|
|
|
ageRangeStr: "16-60",
|
|
|
salaryRangeStr: "1000-15000",
|
|
|
}) ?
|
|
|
true : false,
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
this.hideLeft();
|
|
|
|
|
|
// that.loginOut();
|
|
|
that.getJobList();
|
|
|
},
|
|
|
/**
|
|
|
* 智能匹配筛选项清除
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
smartClear (e) {
|
|
|
let middleList = JSON.parse(JSON.stringify(this.data.smartCopyObj));
|
|
|
// let type = e.currentTarget.dataset.type;
|
|
|
let smartObj = this.data.smartObj;
|
|
|
|
|
|
smartObj = middleList;
|
|
|
|
|
|
this.data.filterData.sex = [{
|
|
|
name: "男",
|
|
|
id: 1,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "女",
|
|
|
id: 2,
|
|
|
active: 0,
|
|
|
icon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912.png",
|
|
|
selectIcon: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nv912-1.png",
|
|
|
},
|
|
|
{
|
|
|
name: "男女不限",
|
|
|
id: -1,
|
|
|
active: -1,
|
|
|
},
|
|
|
];
|
|
|
this.data.storeJobListSearchForm = {
|
|
|
...this.data.storeJobListSearchForm,
|
|
|
blacklist: '',
|
|
|
criminal: '',
|
|
|
idCardType: '',
|
|
|
tattoo: ''
|
|
|
}
|
|
|
// console.log(this.data.rangeSmartValues);
|
|
|
this.setData({
|
|
|
smartObj,
|
|
|
filterData: this.data.filterData,
|
|
|
recordList: [],
|
|
|
rangeSmartValues: [16, 60],
|
|
|
rangeValues: [16, 60],
|
|
|
secondMenu: "不限",
|
|
|
sexid: -1,
|
|
|
maxAge: 60,
|
|
|
minAge: 16,
|
|
|
salary: [10, 150], // 薪资筛选区间
|
|
|
minSalary: 10,
|
|
|
maxSalary: 150,
|
|
|
// scrollTo: "sticky",
|
|
|
});
|
|
|
this.smartSub("clear");
|
|
|
this.hideLeft();
|
|
|
},
|
|
|
/**
|
|
|
* 智能匹配结束
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
onTabClick (e) {
|
|
|
const index = e.detail.index;
|
|
|
this.setData({
|
|
|
activeTab: index,
|
|
|
});
|
|
|
},
|
|
|
|
|
|
onChange (e) {
|
|
|
const index = e.detail.index;
|
|
|
this.setData({
|
|
|
activeTab: index,
|
|
|
});
|
|
|
},
|
|
|
showModal () {
|
|
|
wx.showModal({
|
|
|
content: "因业务变更,伯才小程序功能服务迁移到xxx,请前往xxx小程序",
|
|
|
contentColor: "#ccc",
|
|
|
confirmColor: "#1890ff",
|
|
|
confirmText: "前往",
|
|
|
cancelText: '取消',
|
|
|
// showCancel: true,
|
|
|
success (res) {
|
|
|
console.log(res);
|
|
|
if (res.confirm) {
|
|
|
wx.navigateToMiniProgram({
|
|
|
appId: 'wxb0c590fd696b79be', // 目标小程序的 AppID
|
|
|
path: 'pages/home/index', // 目标小程序内的页面路径,可带参数
|
|
|
extraData: {
|
|
|
foo: 'bar' // 传递给目标小程序的参数
|
|
|
},
|
|
|
envVersion: 'release', // 打开正式版的小程序
|
|
|
success (res) {
|
|
|
// 跳转成功的回调
|
|
|
console.log('跳转成功', res);
|
|
|
},
|
|
|
fail (err) {
|
|
|
// 跳转失败的回调
|
|
|
console.error('跳转失败', err);
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
findLocation () {
|
|
|
var that = this;
|
|
|
wx.getLocation({
|
|
|
type: "gcj02",
|
|
|
success (res1) {
|
|
|
console.log("获取位置2");
|
|
|
console.log(res1);
|
|
|
app.globalData.lng = res1.longitude;
|
|
|
app.globalData.lat = res1.latitude;
|
|
|
},
|
|
|
fail () { },
|
|
|
});
|
|
|
},
|
|
|
|
|
|
emptyMethod (e) {
|
|
|
console.log(e);
|
|
|
},
|
|
|
chooseIdCard () {
|
|
|
var that = this;
|
|
|
if (that.data.agencyStatus != 1) {
|
|
|
this.setData({
|
|
|
iosDialog: true,
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
wx.chooseImage({
|
|
|
count: 1,
|
|
|
sizeType: ["original", "compressed"],
|
|
|
sourceType: ["album", "camera"],
|
|
|
success (res) {
|
|
|
console.log(res);
|
|
|
wx.navigateTo({
|
|
|
url: `../newEnroll/enroll/index?applyType=1&imgUrl=${res.tempFilePaths[0]}`,
|
|
|
});
|
|
|
// that.uploadIdcardImg(res);
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
navigatorToRecord () {
|
|
|
if (this.data.agencyStatus != 1) {
|
|
|
this.setData({
|
|
|
iosDialog: true,
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
wx.navigateTo({
|
|
|
url: `../newEnroll/enroll/index?applyType=1`,
|
|
|
});
|
|
|
},
|
|
|
PageScroll (e) {
|
|
|
let that = this;
|
|
|
const query = wx.createSelectorQuery().in(this);
|
|
|
query
|
|
|
.select(".sticky")
|
|
|
.boundingClientRect(function (res) {
|
|
|
// console.log(res);
|
|
|
if (res.top <= 5) {
|
|
|
that.setData({
|
|
|
isScrollTop: true,
|
|
|
});
|
|
|
} else if (res.top > 0 && res.top < 90) {
|
|
|
that.setData({
|
|
|
isScrollTop: false,
|
|
|
});
|
|
|
} else if (res.top >= 90) {
|
|
|
that.setData({
|
|
|
isScrollTop: false,
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
.exec();
|
|
|
},
|
|
|
onShow () {
|
|
|
let that = this;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
wx.setStorageSync("BILLFROM", "firstBill");
|
|
|
console.log("onShow+++++++++++++++++++++++++++++++++++++++");
|
|
|
if (wx.getStorageSync("configInfo")) {
|
|
|
let config = wx.getStorageSync("configInfo")
|
|
|
let toped
|
|
|
console.log(wx.getStorageSync("configInfo"));
|
|
|
if (config.notice == 1) {
|
|
|
// 强制为详版
|
|
|
// toped = 2
|
|
|
toped = 1
|
|
|
} else {
|
|
|
toped = 1
|
|
|
}
|
|
|
this.setData({
|
|
|
configInfo: wx.getStorageSync("configInfo"),
|
|
|
toped
|
|
|
});
|
|
|
}
|
|
|
// wx.showShareMenu({
|
|
|
// withShareTicket: true,
|
|
|
// menus: ["shareAppMessage", "shareTimeline"],
|
|
|
// success: function (e) {
|
|
|
// console.log(e);
|
|
|
// },
|
|
|
// });
|
|
|
// wx.showTabBar({
|
|
|
// success(e) {},
|
|
|
// });
|
|
|
// let index = 1;
|
|
|
// that.setData({
|
|
|
// placeholderText: that.data.swiperTextList[0],
|
|
|
// });
|
|
|
// setInterval(() => {
|
|
|
// that.data.placeholderText = that.data.swiperTextList[index % that.data.swiperTextList.length];
|
|
|
// that.setData({
|
|
|
// placeholderText: that.data.placeholderText,
|
|
|
// });
|
|
|
// index++;
|
|
|
// }, 5000);
|
|
|
|
|
|
|
|
|
if (wx.getStorageSync("FROMCITY")) {
|
|
|
try {
|
|
|
var searchCityParamStorage = wx.getStorageSync(
|
|
|
"searchCityParamStorage"
|
|
|
);
|
|
|
if (searchCityParamStorage) {
|
|
|
console.log("searchCityParamStorage======", searchCityParamStorage);
|
|
|
// that.data.storeJobListSearchForm.cityName = searchCityParamStorage.name;
|
|
|
// if (app.isEmptyCheck(searchCityParamStorage.name)) {
|
|
|
// that.data.storeJobListSearchForm.cityName = "全国";
|
|
|
// }
|
|
|
|
|
|
that.setData({
|
|
|
searchCityParamStorage: searchCityParamStorage,
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
this.getJobList();
|
|
|
}
|
|
|
} catch (e) {
|
|
|
console.log("获取缓存设置的查询职位列表参数错误:", e);
|
|
|
}
|
|
|
wx.removeStorageSync("FROMCITY");
|
|
|
}
|
|
|
// else {
|
|
|
// if (that.data.choiceCollect == 1) {
|
|
|
// that.setData({
|
|
|
// recordList: [],
|
|
|
// });
|
|
|
// that.getJobList();
|
|
|
// }
|
|
|
// }
|
|
|
console.log(this.data.drawerShow);
|
|
|
if (this.data.drawerShow) {
|
|
|
this.getTabBar().setData({
|
|
|
isShow: false,
|
|
|
});
|
|
|
console.log('onshow_this.data.drawerShow ++++++++++++++++++++++++++++++++++++++++++');
|
|
|
} else if (typeof this.getTabBar === "function" && this.getTabBar()) {
|
|
|
this.getTabBar().setData({
|
|
|
selected: 0,
|
|
|
isShow: true,
|
|
|
});
|
|
|
}
|
|
|
wx.setStorageSync("comeFromPage", "index");
|
|
|
|
|
|
this.setData({
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
recordBillType: "",
|
|
|
});
|
|
|
console.log(app.globalData);
|
|
|
|
|
|
setTimeout(() => {
|
|
|
console.log('app.globalData.isLogin', app.globalData.isLogin);
|
|
|
if (app.globalData.isLogin) {
|
|
|
that.setData({
|
|
|
agencyStatus: app.globalData.loginUserInfo.agencyStatus,
|
|
|
corpUserFlag: app.globalData.loginUserInfo.corpUserFlag,
|
|
|
userInfo: app.globalData.loginUserInfo,
|
|
|
serviceInfo: app.globalData.serviceInfo,
|
|
|
});
|
|
|
console.log(app.globalData.loginUserInfo);
|
|
|
that.getInfoList();
|
|
|
that.getTemplateList();
|
|
|
|
|
|
} else {
|
|
|
that.setData({
|
|
|
serviceInfo: app.globalData.serviceInfo,
|
|
|
});
|
|
|
this.wxLogin();
|
|
|
}
|
|
|
}, 100);
|
|
|
console.log(app.globalData.headers);
|
|
|
// if (that.data.inputVal != "搜索工作") {
|
|
|
// console.log(that.data.inputVal);
|
|
|
// that.setData({
|
|
|
// recordList: [],
|
|
|
// });
|
|
|
|
|
|
// that.getJobList();
|
|
|
// }
|
|
|
this.getJobNum()
|
|
|
wx.removeStorage({
|
|
|
key: "townsManInfo",
|
|
|
});
|
|
|
wx.removeStorage({
|
|
|
key: "townsManInfoJob",
|
|
|
});
|
|
|
|
|
|
/*this.wxLogin();
|
|
|
let res = wx.getStorageSync({
|
|
|
key: "storeJobId"
|
|
|
}); //详情页返回
|
|
|
|
|
|
if (app.isEmptyCheck(res.data)) {
|
|
|
this.setData({
|
|
|
recordList: []
|
|
|
});
|
|
|
} else {
|
|
|
wx.removeStorageSync({
|
|
|
key: "storeJobId"
|
|
|
});
|
|
|
}
|
|
|
|
|
|
console.log("on show");
|
|
|
this.getHopeJobLabels();
|
|
|
var reset = true;*/
|
|
|
|
|
|
},
|
|
|
collectedStoreJobList () {
|
|
|
var that = this;
|
|
|
customRequest("/store/job/collected/list?ucj=1", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
let collectList = res.data.data.recordList;
|
|
|
let jobs = that.data.recordList;
|
|
|
if (
|
|
|
collectList != null &&
|
|
|
collectList != "" &&
|
|
|
collectList != undefined &&
|
|
|
collectList.length != 0 &&
|
|
|
jobs != null &&
|
|
|
jobs != "" &&
|
|
|
jobs != undefined &&
|
|
|
jobs.length != 0
|
|
|
) {
|
|
|
for (var j = 0; j != jobs.length; ++j) {
|
|
|
jobs[j].collected = 2;
|
|
|
}
|
|
|
for (var i = 0; i != collectList.length; ++i) {
|
|
|
for (var j = 0; j != jobs.length; ++j) {
|
|
|
if (collectList[i].storeJobId - jobs[j].id == 0) {
|
|
|
jobs[j].collected = 1;
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
that.setData({
|
|
|
recordList: jobs,
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/store/job/collected/list?ucj=1",
|
|
|
// method: "GET",
|
|
|
// data: {},
|
|
|
// header: app.globalData.headers,
|
|
|
// success: function (res) {
|
|
|
// console.log(res);
|
|
|
// let collectList = res.data.data.recordList;
|
|
|
// let jobs = that.data.recordList;
|
|
|
// if (
|
|
|
// collectList != null &&
|
|
|
// collectList != "" &&
|
|
|
// collectList != undefined &&
|
|
|
// collectList.length != 0 &&
|
|
|
// jobs != null &&
|
|
|
// jobs != "" &&
|
|
|
// jobs != undefined &&
|
|
|
// jobs.length != 0
|
|
|
// ) {
|
|
|
// for (var j = 0; j != jobs.length; ++j) {
|
|
|
// jobs[j].collected = 2;
|
|
|
// }
|
|
|
// for (var i = 0; i != collectList.length; ++i) {
|
|
|
// for (var j = 0; j != jobs.length; ++j) {
|
|
|
// if (collectList[i].storeJobId - jobs[j].id == 0) {
|
|
|
// jobs[j].collected = 1;
|
|
|
// break;
|
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
// that.setData({
|
|
|
// recordList: jobs,
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// fail: function (res) { },
|
|
|
// });
|
|
|
},
|
|
|
getHopeJobLabels () {
|
|
|
var that = this;
|
|
|
customRequest("/labels/findAllHopeJobLabels", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
if (res.data.data != null) {
|
|
|
res.data.data.forEach((item, index) => {
|
|
|
item["title"] = item.name;
|
|
|
item["checked"] = false;
|
|
|
|
|
|
if (index == 0 || index == 1) {
|
|
|
item["checked"] = true;
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
|
|
that.setData({
|
|
|
labelItems: res.data.data == null ? [] : res.data.data,
|
|
|
});
|
|
|
that.initData();
|
|
|
}).catch(() => {
|
|
|
wx.showToast({
|
|
|
title: "获取失败",
|
|
|
icon: "none",
|
|
|
duration: 2000,
|
|
|
});
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/labels/findAllHopeJobLabels",
|
|
|
// // ?category=4
|
|
|
// method: "GET",
|
|
|
// data: {},
|
|
|
// success: function (res0) {
|
|
|
// console.log("感兴趣职位 ↓↓↓");
|
|
|
// console.log(res0);
|
|
|
// if (res0.data.data != null) {
|
|
|
// res0.data.data.forEach((item, index) => {
|
|
|
// item["title"] = item.name;
|
|
|
// item["checked"] = false;
|
|
|
|
|
|
// if (index == 0 || index == 1) {
|
|
|
// item["checked"] = true;
|
|
|
// }
|
|
|
// });
|
|
|
// }
|
|
|
|
|
|
// that.setData({
|
|
|
// labelItems: res0.data.data == null ? [] : res0.data.data,
|
|
|
// });
|
|
|
// that.initData();
|
|
|
// console.log("感兴趣职位 赋值title↓↓↓");
|
|
|
// console.log(res0);
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log(res);
|
|
|
// wx.showToast({
|
|
|
// title: "获取失败",
|
|
|
// icon: "none",
|
|
|
// duration: 2000,
|
|
|
// });
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
makePhoneCall () {
|
|
|
var that = this;
|
|
|
wx.makePhoneCall({
|
|
|
phoneNumber: "13937184434",
|
|
|
});
|
|
|
},
|
|
|
goScreen () {
|
|
|
wx.navigateTo({
|
|
|
url: "../screen/index",
|
|
|
});
|
|
|
},
|
|
|
goCity () {
|
|
|
let that = this;
|
|
|
console.log();
|
|
|
if (!that.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
console.log(that.data.isCity);
|
|
|
if (that.data.isCity) {
|
|
|
wx.navigateTo({
|
|
|
url: "../city/index?isCity=" + 1,
|
|
|
});
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: "../city/index?isCity=" + 0,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
initData () {
|
|
|
var that = this;
|
|
|
try {
|
|
|
// 获取手机基础信息(头状态栏和标题栏高度)
|
|
|
let systemInfo = wx.getSystemInfoSync();
|
|
|
let getMenuButtonBoundingClientRect =
|
|
|
wx.getMenuButtonBoundingClientRect();
|
|
|
console.log(wx.getMenuButtonBoundingClientRect());
|
|
|
this.setData({
|
|
|
systemInfo,
|
|
|
getMenuButtonBoundingClientRect,
|
|
|
});
|
|
|
} catch (e) {
|
|
|
console.log(e);
|
|
|
|
|
|
wx.alert({
|
|
|
title: "温馨提示",
|
|
|
content: "onLoad 执行异常",
|
|
|
});
|
|
|
}
|
|
|
let res0 = wx.getStorageSync("checkedlabelItems");
|
|
|
|
|
|
console.log(app.isNotEmptyCheck(res0.data));
|
|
|
that.data.tabs2 = [{
|
|
|
name: "打勾推荐",
|
|
|
category: -1,
|
|
|
id: 406,
|
|
|
checked: true,
|
|
|
title: "打勾推荐",
|
|
|
},];
|
|
|
|
|
|
if (app.isNotEmptyCheck(res0.data)) {
|
|
|
for (var i = 0; i < res0.data.length; i++) {
|
|
|
res0.data[i]["title"] = res0.data[i].name;
|
|
|
// that.data.tabs2.push(res0.data[i]);
|
|
|
}
|
|
|
|
|
|
console.log("获取缓存"); // res0.data.unshift();
|
|
|
// console.log(res.data.unshift({name: "打勾推荐", category: 3, id: 406, checked: true, title: "打勾推荐"}));
|
|
|
} else {
|
|
|
console.log("无感兴趣职位 push两个职位 ↓↓↓");
|
|
|
console.log(that.data.labelItems);
|
|
|
that.data.labelItems.forEach((item) => {
|
|
|
if (item.name == "理货员" || item.name == "餐饮服务员") {
|
|
|
// that.data.tabs2.push(item);
|
|
|
}
|
|
|
}); // that.data.tabs2.push(that.data.labelItems[0], that.data.labelItems[1])
|
|
|
}
|
|
|
|
|
|
that.setData({
|
|
|
tabs2: that.data.tabs2,
|
|
|
});
|
|
|
|
|
|
let res = wx.getStorageSync("sex"); //性别
|
|
|
if (app.isNotEmptyCheck(res.data)) {
|
|
|
that.data.storeJobListSearchForm.sex = res.data;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
} else {
|
|
|
// res.data = [];
|
|
|
}
|
|
|
let res2 = wx.getStorageSync("checkedJobItems"); //筛选职位
|
|
|
let workTypeStrCurr = "";
|
|
|
if (app.isNotEmptyCheck(res2.data)) {
|
|
|
res2.data.forEach((item, index) => {
|
|
|
workTypeStrCurr += item.value + ",";
|
|
|
});
|
|
|
|
|
|
if (workTypeStrCurr.length > 0) {
|
|
|
workTypeStrCurr = workTypeStrCurr.substr(0, workTypeStrCurr.length - 1);
|
|
|
}
|
|
|
|
|
|
that.data.storeJobListSearchForm.workTypeStr = workTypeStrCurr;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
} else {
|
|
|
that.data.storeJobListSearchForm.workTypeStr = "";
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
}
|
|
|
|
|
|
console.log(res.data + "===" + res2.data);
|
|
|
|
|
|
if (res.data == -1 && (res2.data == null || res2.data == "")) {
|
|
|
that.setData({
|
|
|
chooseActive: false,
|
|
|
});
|
|
|
} else {
|
|
|
that.setData({
|
|
|
chooseActive: true,
|
|
|
});
|
|
|
}
|
|
|
|
|
|
// this.getJobList();
|
|
|
},
|
|
|
|
|
|
getJobList () {
|
|
|
var that = this;
|
|
|
// debugger
|
|
|
that.setData({
|
|
|
pageShow: false,
|
|
|
});
|
|
|
return new Promise(function (resolve, reject) {
|
|
|
if (that.data.storeJobListSearchForm.sortTag == 2) {
|
|
|
//如果按照距离排序,拼接上坐标
|
|
|
that.data.storeJobListSearchForm.lng = app.globalData.lng;
|
|
|
that.data.storeJobListSearchForm.lat = app.globalData.lat;
|
|
|
}
|
|
|
|
|
|
console.log(that.data.inputVal);
|
|
|
console.log(that.data.searchCityParamStorage);
|
|
|
if (that.data.searchCityParamStorage.isCity) {
|
|
|
if (that.data.searchCityParamStorage.name == '全国') {
|
|
|
that.data.storeJobListSearchForm.cityName = ''
|
|
|
} else {
|
|
|
that.data.storeJobListSearchForm.cityName = that.data.searchCityParamStorage.name;
|
|
|
that.data.storeJobListSearchForm.levelType = 2
|
|
|
}
|
|
|
|
|
|
|
|
|
} else {
|
|
|
that.data.storeJobListSearchForm.provinceName = that.data.searchCityParamStorage.name;
|
|
|
}
|
|
|
if (app.isEmptyCheck(that.data.searchCityParamStorage.name)) {
|
|
|
that.data.storeJobListSearchForm.cityName = "全国";
|
|
|
}
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal;
|
|
|
// debugger;
|
|
|
wx.showLoading({
|
|
|
title: "加载中...",
|
|
|
});
|
|
|
console.log(that.data.storeJobListSearchForm);
|
|
|
// 置空收藏的筛选
|
|
|
that.data.storeJobListSearchForm.ucj = ''
|
|
|
customRequest("/yishoudan/custom/job/listV2", {
|
|
|
method: 'post',
|
|
|
header: 'headers',
|
|
|
data: {
|
|
|
...that.data.storeJobListSearchForm,
|
|
|
recruitment: 1
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
console.log("职位列表↓↓↓↓");
|
|
|
console.log(res);
|
|
|
let data = res.data.data
|
|
|
that.setData({
|
|
|
totalPage: data.pageCount,
|
|
|
currPage: data.currentPage,
|
|
|
});
|
|
|
|
|
|
setTimeout(function () {
|
|
|
that.setData({
|
|
|
triggered: false,
|
|
|
});
|
|
|
}, 1000);
|
|
|
if (data.recordList) {
|
|
|
data.recordList.forEach((i) => {
|
|
|
i.minMonthlyPay = i.minMonthlyPay / 100
|
|
|
i.maxMonthlyPay = i.maxMonthlyPay / 100
|
|
|
if (i.jobSpecialLabelNames && i.jobSpecialLabelNames.length > 0) {
|
|
|
i.labelGroup = i.jobSpecialLabelNames.split(', ').filter((itm, inx) => {
|
|
|
return inx < 6
|
|
|
}).map(itm => {
|
|
|
return itm
|
|
|
})
|
|
|
} else {
|
|
|
i.labelGroup = [];
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
if (
|
|
|
data.recordList == null ||
|
|
|
data.recordList.length == 0 ||
|
|
|
data.recordList.length <
|
|
|
that.data.storeJobListSearchForm.pageSize
|
|
|
) {
|
|
|
console.log('from 搜索')
|
|
|
var jobListTemp = commonUtil.disposeJobListData(
|
|
|
data.recordList
|
|
|
);
|
|
|
|
|
|
that.data.recordList = that.data.recordList.concat(jobListTemp);
|
|
|
|
|
|
that.setData({
|
|
|
recordList: that.data.recordList,
|
|
|
hasMoreData: false,
|
|
|
isTrigger: false,
|
|
|
});
|
|
|
} else {
|
|
|
console.log('from 其他')
|
|
|
var jobListTemp = commonUtil.disposeJobListData(
|
|
|
data.recordList
|
|
|
);
|
|
|
that.data.recordList = that.data.recordList.concat(jobListTemp);
|
|
|
|
|
|
that.setData({
|
|
|
recordList: that.data.recordList,
|
|
|
hasMoreData: true,
|
|
|
isTrigger: false,
|
|
|
});
|
|
|
}
|
|
|
that.setData({
|
|
|
isCity: that.data.searchCityParamStorage.isCity,
|
|
|
});
|
|
|
wx.hideLoading({
|
|
|
success: (res) => { },
|
|
|
});
|
|
|
that.setData({
|
|
|
loading: false,
|
|
|
pageShow: true,
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
resolve();
|
|
|
that.getTag();
|
|
|
|
|
|
that.data.recordList.forEach((item, index) => {
|
|
|
// console.log(item);
|
|
|
// item.logoStr = item.jobName.slice(0,2)
|
|
|
if (
|
|
|
app.isNotEmptyCheck(item.returnFeeType) ||
|
|
|
item.returnFeeType == "0" ||
|
|
|
item.returnFee == "0"
|
|
|
) {
|
|
|
item["fuWuFei"] = commonUtil.getReturnFeeTypeName1ById(
|
|
|
item.returnFeeType,
|
|
|
item.returnFee / 100
|
|
|
);
|
|
|
} else {
|
|
|
item["fuWuFei"] = "";
|
|
|
}
|
|
|
// 简版弹窗通告显示
|
|
|
if (item.id == that.data.currentJobDrawer.id) {
|
|
|
item["jobDesp"] = item.jobDesp
|
|
|
.replace(/\*\*\*\*\*/g, "")
|
|
|
.split("————————")[0];
|
|
|
// 展示用字段
|
|
|
item["jobDesp1"] = item.jobDesp.replace(
|
|
|
"⚠",
|
|
|
"<i class='t-icon t-icon-zhuyi' style='margin-bottom:-2px;width:17px;height:17px;background-repeat:no-repeat;background-size:100% 100%'></i>"
|
|
|
);
|
|
|
item["jobDesp1"] = item.jobDesp1.replace(
|
|
|
"[红包]",
|
|
|
"<i class='t-icon t-icon-hongbao' style='margin-bottom:-2px;width:17px;height:17px;background-repeat:no-repeat;background-size:100% 100%'></i>"
|
|
|
);
|
|
|
that.data.currentJobDrawer = {
|
|
|
...item,
|
|
|
index: that.data.currentJobDrawer.index ?
|
|
|
that.data.currentJobDrawer.index : null,
|
|
|
};
|
|
|
}
|
|
|
});
|
|
|
console.log(' that.data.recordList', that.data.recordList);
|
|
|
that.setData({
|
|
|
recordList: that.data.recordList,
|
|
|
currentJobDrawer: that.data.currentJobDrawer,
|
|
|
});
|
|
|
// if (that.data.recordList.length < data.recordCount) {
|
|
|
// that.setData({
|
|
|
// hasMoreData: true,
|
|
|
// });
|
|
|
// } else {
|
|
|
// that.setData({
|
|
|
// hasMoreData: false,
|
|
|
// });
|
|
|
// }
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/overall/store/job/list",
|
|
|
// method: "POST",
|
|
|
// header: app.globalData.headers,
|
|
|
// data: that.data.storeJobListSearchForm,
|
|
|
// success: function (res) {
|
|
|
|
|
|
// },
|
|
|
// });
|
|
|
});
|
|
|
},
|
|
|
|
|
|
onScrollRefresh () {
|
|
|
this.data.recordList = [];
|
|
|
this.data.storeJobListSearchForm.pageNum = 1;
|
|
|
this.getJobList();
|
|
|
},
|
|
|
|
|
|
getTag () {
|
|
|
let that = this;
|
|
|
let query = that.createSelectorQuery();
|
|
|
query
|
|
|
.selectAll(".tttg")
|
|
|
.boundingClientRect()
|
|
|
.exec(function (res) {
|
|
|
res.forEach((item) => {
|
|
|
item.forEach((element, index) => {
|
|
|
if (element.width > 200) {
|
|
|
// that.data.recordList[index].isTagShow = true;
|
|
|
var age = "recordList[" + index + "].isTagShow";
|
|
|
that.setData({
|
|
|
[age]: true,
|
|
|
});
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
// if(){
|
|
|
|
|
|
// }
|
|
|
// console.log(res);
|
|
|
});
|
|
|
},
|
|
|
|
|
|
// 下拉加载更多
|
|
|
onScrollToLower () {
|
|
|
console.log("====================================================");
|
|
|
var that = this;
|
|
|
if (app.globalData.isLogin) {
|
|
|
that.data.storeJobListSearchForm.pageNum =
|
|
|
that.data.storeJobListSearchForm.pageNum + 1;
|
|
|
if (that.data.hasMoreData) {
|
|
|
that.getJobList();
|
|
|
}
|
|
|
// 根据实际数据加载情况设定 loadMore 的值即可,分别为 load 和 over
|
|
|
|
|
|
this.setData({
|
|
|
loadMore: "load",
|
|
|
// loading:true
|
|
|
});
|
|
|
} else {
|
|
|
// if (that.data.pullNum == 0) {
|
|
|
// that.openIOS1();
|
|
|
// }
|
|
|
}
|
|
|
|
|
|
that.data.pullNum = that.data.pullNum + 1;
|
|
|
},
|
|
|
|
|
|
handleTabClick (e) {
|
|
|
var that = this;
|
|
|
var index = e.detail.index;
|
|
|
console.log(e.detail.index);
|
|
|
let categoryCurr = that.data.tabs2[index].category; // that.data.tabs2.forEach((item,index2) => {
|
|
|
// if (index == index2) {
|
|
|
// categoryCurr = item.category
|
|
|
// }
|
|
|
// if( index == 0){
|
|
|
// categoryCurr = -1
|
|
|
// }
|
|
|
// })
|
|
|
|
|
|
this.setData({
|
|
|
// [tabsName]: index,
|
|
|
contentIndex: index,
|
|
|
});
|
|
|
console.log(categoryCurr);
|
|
|
that.data.storeJobListSearchForm.jobClassify = categoryCurr;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList();
|
|
|
},
|
|
|
/**
|
|
|
* 标准详情
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
goDetail (e) {
|
|
|
// 用组件的不需要
|
|
|
console.log(e);
|
|
|
var that = this;
|
|
|
// if (this.data.isLogin) {
|
|
|
// wx.navigateTo({
|
|
|
// url: "../detail/index?storeJobId=" + e.currentTarget.dataset.id + "&wxCode=" + that.data.wxCode,
|
|
|
// });
|
|
|
// } else {
|
|
|
// wx.navigateTo({
|
|
|
// url: "../login/index",
|
|
|
// });
|
|
|
// }
|
|
|
},
|
|
|
/**
|
|
|
* 简版抽屉
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
goDrawer (event) {
|
|
|
let that = this;
|
|
|
|
|
|
console.log(event.currentTarget.dataset.item);
|
|
|
event.currentTarget.dataset.item["jobDesp"] =
|
|
|
event.currentTarget.dataset.item.jobDesp
|
|
|
.replace(/\*\*\*\*\*/g, "")
|
|
|
.split("————————")[0];
|
|
|
// 展示用字段
|
|
|
event.currentTarget.dataset.item["jobDesp1"] =
|
|
|
event.currentTarget.dataset.item.jobDesp.replace(
|
|
|
"⚠",
|
|
|
"<i class='t-icon t-icon-zhuyi' style='margin-bottom:-2px;width:17px;height:17px;background-repeat:no-repeat;background-size:100% 100%'></i>"
|
|
|
);
|
|
|
event.currentTarget.dataset.item["jobDesp1"] =
|
|
|
event.currentTarget.dataset.item.jobDesp1.replace(
|
|
|
"[红包]",
|
|
|
"<i class='t-icon t-icon-hongbao' style='margin-bottom:-2px;width:17px;height:17px;background-repeat:no-repeat;background-size:100% 100%'></i>"
|
|
|
);
|
|
|
|
|
|
// wx.hideTabBar({
|
|
|
// success(e) {
|
|
|
this.getTabBar().setData({
|
|
|
isShow: false,
|
|
|
});
|
|
|
that.setData({
|
|
|
currentJobDrawer: {
|
|
|
...event.currentTarget.dataset.item,
|
|
|
index: event.currentTarget.dataset.index,
|
|
|
},
|
|
|
drawerShow: true,
|
|
|
});
|
|
|
// },
|
|
|
// });
|
|
|
this.getCode()
|
|
|
console.log(this.data.currentJobDrawer);
|
|
|
},
|
|
|
/**
|
|
|
* 复制确认框显示
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
notarizeShow () {
|
|
|
console.log('123');
|
|
|
var that = this;
|
|
|
var contentInfo;
|
|
|
const query = wx.createSelectorQuery().in(this);
|
|
|
query
|
|
|
.select(".contactInfo")
|
|
|
.boundingClientRect(function (res) {
|
|
|
contentInfo = res.dataset.info;
|
|
|
var text = that.data.currentJobDrawer.jobDesp + contentInfo;
|
|
|
that.setData({
|
|
|
currentDesp: text
|
|
|
})
|
|
|
})
|
|
|
.exec();
|
|
|
this.setData({
|
|
|
notarizeDrawerShow: true
|
|
|
})
|
|
|
},
|
|
|
touchstart () {
|
|
|
console.log(123);
|
|
|
return true
|
|
|
},
|
|
|
/**
|
|
|
* 复制框显示
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
clipboardShow () {
|
|
|
let that = this
|
|
|
this.setData({
|
|
|
clipboardDrawerShow: true,
|
|
|
notarizeDrawerShow: false
|
|
|
})
|
|
|
console.log(that.data.currentDesp);
|
|
|
that.data.editor.clear()
|
|
|
that.data.editor.insertText({
|
|
|
text: that.data.currentDesp,
|
|
|
success: function (res) {
|
|
|
console.log(res);
|
|
|
|
|
|
},
|
|
|
fail: function (error) {
|
|
|
console.log(error);
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
hideNotarize () {
|
|
|
this.setData({
|
|
|
notarizeDrawerShow: false
|
|
|
})
|
|
|
},
|
|
|
copyClose () {
|
|
|
var that = this;
|
|
|
var contentInfo;
|
|
|
const query = wx.createSelectorQuery().in(this);
|
|
|
query
|
|
|
.select(".contactInfo")
|
|
|
.boundingClientRect(function (res) {
|
|
|
contentInfo = res.dataset.info;
|
|
|
var text = that.data.currentJobDrawer.jobDesp + contentInfo;
|
|
|
wx.setClipboardData({
|
|
|
data: text,
|
|
|
success (res) {
|
|
|
wx.getClipboardData({
|
|
|
success (res) {
|
|
|
console.log(res.data); // data
|
|
|
that.setData({
|
|
|
currentDesp: res.data,
|
|
|
notarizeDrawerShow: false
|
|
|
})
|
|
|
wx.showToast({
|
|
|
title: "内容已复制",
|
|
|
icon: "none",
|
|
|
duration: 1500,
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
})
|
|
|
.exec();
|
|
|
},
|
|
|
onEditorReady () {
|
|
|
let that = this;
|
|
|
const query = wx.createSelectorQuery().select("#editor");
|
|
|
query
|
|
|
.context((res) => {
|
|
|
console.log(res);
|
|
|
that.data.editor = res.context;
|
|
|
})
|
|
|
.exec();
|
|
|
console.log(query);
|
|
|
},
|
|
|
copyClose1 () {
|
|
|
let that = this;
|
|
|
that.data.editor.getContents({
|
|
|
success: function (res) {
|
|
|
console.log(res);
|
|
|
wx.setClipboardData({
|
|
|
data: res.text,
|
|
|
success (res) {
|
|
|
wx.getClipboardData({
|
|
|
success (res) {
|
|
|
console.log(res.data); // data
|
|
|
wx.showToast({
|
|
|
title: "内容已复制",
|
|
|
icon: "none",
|
|
|
duration: 1500,
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
fail: function (error) {
|
|
|
console.log(error);
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
// showDrawer() {
|
|
|
// this.setData({
|
|
|
// });
|
|
|
// },
|
|
|
hideDrawer () {
|
|
|
let that = this;
|
|
|
this.getTabBar().setData({
|
|
|
isShow: true,
|
|
|
});
|
|
|
that.setData({
|
|
|
drawerShow: false,
|
|
|
});
|
|
|
// this.getJobList();
|
|
|
// setTimeout(() => {
|
|
|
// wx.showTabBar({
|
|
|
// success(e) {},
|
|
|
// });
|
|
|
// }, 300);
|
|
|
},
|
|
|
getCode () {
|
|
|
var that = this;
|
|
|
customRequest('/yishoudan/store/job/qrcode/' + this.data.currentJobDrawer.id, {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {}
|
|
|
}).then((res) => {
|
|
|
that.setData({
|
|
|
currCode: res.data.data.qrcode
|
|
|
})
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + '/yishoudan/store/job/qrcode/' + this.data.currentJobDrawer.id,
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "GET",
|
|
|
// success: function (res) {
|
|
|
// console.log(res)
|
|
|
// that.setData({
|
|
|
// currCode: res.data.data.qrcode
|
|
|
// })
|
|
|
// }
|
|
|
// })
|
|
|
},
|
|
|
/**
|
|
|
* 获取消息信息, 已读状态
|
|
|
*/
|
|
|
getInfoList () {
|
|
|
let that = this;
|
|
|
customRequest("/bocai/cms/list", {
|
|
|
header: 'headers',
|
|
|
method: 'post',
|
|
|
data: {
|
|
|
pageSize: 100,
|
|
|
pageNum: 1,
|
|
|
keys: ""
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
let readed = true
|
|
|
if (app.isNotEmptyCheck(res.data.data.pageBean.recordList)) {
|
|
|
res.data.data.pageBean.recordList.forEach((item) => {
|
|
|
// console.log(item);
|
|
|
if (item.readed != 1) {
|
|
|
readed = false
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
that.setData({
|
|
|
readed
|
|
|
})
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/bocai/cms/list",
|
|
|
// data: { pageSize: 100, pageNum: 1, keys: "" },
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "post",
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// let readed = true
|
|
|
// if (app.isNotEmptyCheck(res.data.data.pageBean.recordList)) {
|
|
|
// res.data.data.pageBean.recordList.forEach((item) => {
|
|
|
// // console.log(item);
|
|
|
// if (item.readed != 1) {
|
|
|
// readed = false
|
|
|
// }
|
|
|
// })
|
|
|
// }
|
|
|
// that.setData({
|
|
|
// readed
|
|
|
// })
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
sharePoster () {
|
|
|
console.log(this.data.currentJobDrawer);
|
|
|
if (!this.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
wx.showLoading({
|
|
|
title: "生成中...",
|
|
|
});
|
|
|
this.getCanvas().then((res) => {
|
|
|
// console.log(res);
|
|
|
wx.hideLoading();
|
|
|
this.setData({
|
|
|
posterImg: res.tempFilePath,
|
|
|
posterShow: true,
|
|
|
});
|
|
|
});
|
|
|
this.setData({});
|
|
|
},
|
|
|
saveToalbum () {
|
|
|
let that = this;
|
|
|
wx.saveImageToPhotosAlbum({
|
|
|
filePath: that.data.posterImg,
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
if (res.errMsg == "saveImageToPhotosAlbum:ok") {
|
|
|
wx.showToast({
|
|
|
title: "图片已保存",
|
|
|
icon: "none",
|
|
|
duration: 1500,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
fail (res) {
|
|
|
// console.log(res);
|
|
|
wx.showToast({
|
|
|
title: "图片保存失败",
|
|
|
icon: "none",
|
|
|
duration: 1500,
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
getCanvas () {
|
|
|
const that = this;
|
|
|
|
|
|
return new Promise((resolve) => {
|
|
|
var mycenter = 0; //文字左右居中显示
|
|
|
var myheight = 0; //文字高度
|
|
|
const query = wx.createSelectorQuery();
|
|
|
query
|
|
|
.select("#canvasId")
|
|
|
.fields({
|
|
|
node: true,
|
|
|
size: true
|
|
|
})
|
|
|
.exec((res) => {
|
|
|
// console.log(res);
|
|
|
const canvas = res[0].node;
|
|
|
const ctx = canvas.getContext("2d");
|
|
|
new Promise(function (resolve) {
|
|
|
console.log(canvas);
|
|
|
|
|
|
// 绘制背景图片
|
|
|
wx.getImageInfo({
|
|
|
src: that.data.shareDetailImg, //网络图片,如果不行请换一个
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
var width = res.width;
|
|
|
var height = res.height;
|
|
|
mycenter = width / 2;
|
|
|
myheight = height;
|
|
|
canvas.width = width;
|
|
|
canvas.height = height;
|
|
|
const img = canvas.createImage();
|
|
|
console.log(ctx);
|
|
|
img.src = res.path;
|
|
|
img.onload = () => {
|
|
|
ctx.drawImage(img, 0, 0, width, height);
|
|
|
resolve(true);
|
|
|
};
|
|
|
},
|
|
|
fail (res) {
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
// console.log(res);
|
|
|
}
|
|
|
});
|
|
|
}).then(() => {
|
|
|
console.log(530);
|
|
|
const fillTextLineBreak = (ctx, text, x, y, lw, lh, color = "#333", font = "32", weight = "500") => {
|
|
|
var i = 0;
|
|
|
var n = 0;
|
|
|
var r = -1;
|
|
|
var initHeight = 0;
|
|
|
ctx.font = weight + " " + font + "px Arial"; //字体大小
|
|
|
ctx.fillStyle = color; //字体颜色
|
|
|
while (i < text.length) {
|
|
|
while (ctx.measureText(text.substring(n, i)).width < lw && i < text.length) {
|
|
|
i++;
|
|
|
}
|
|
|
r++;
|
|
|
ctx.fillText(text.substring(n, i), x, y + lh * r);
|
|
|
n = i;
|
|
|
}
|
|
|
initHeight = lh * r;
|
|
|
// wx.setStorageSync("initHeight", initHeight);
|
|
|
};
|
|
|
const roundRect = (ctx, img, bg_x, bg_y, bg_w, bg_h, bg_r) => {
|
|
|
// 开始绘制
|
|
|
ctx.save();
|
|
|
ctx.beginPath();
|
|
|
ctx.arc(bg_x + bg_r, bg_y + bg_r, bg_r, Math.PI, Math.PI * 1.5);
|
|
|
ctx.arc(bg_x + bg_w - bg_r, bg_y + bg_r, bg_r, Math.PI * 1.5, Math.PI * 2);
|
|
|
ctx.arc(bg_x + bg_w - bg_r, bg_y + bg_h - bg_r, bg_r, 0, Math.PI * 0.5);
|
|
|
ctx.arc(bg_x + bg_r, bg_y + bg_h - bg_r, bg_r, Math.PI * 0.5, Math.PI);
|
|
|
ctx.clip();
|
|
|
ctx.drawImage(img, bg_x, bg_y, bg_w, bg_h);
|
|
|
// 恢复之前保存的绘图上下文
|
|
|
ctx.restore();
|
|
|
};
|
|
|
const roundRect_yuan = (ctx, x, y, size) => {
|
|
|
// 开始绘制
|
|
|
ctx.save(); // 保存
|
|
|
ctx.beginPath(); // 开始绘制
|
|
|
// ctx.arc(100, 75, 50, 0, 2 * Math.PI)
|
|
|
ctx.arc(size / 2 + x, size / 2 + y, size / 2, 0, Math.PI * 2, false);
|
|
|
ctx.clip();
|
|
|
// 恢复之前保存的绘图上下文
|
|
|
ctx.restore();
|
|
|
};
|
|
|
|
|
|
function roundRect1 (ctx, x, y, w, h, r, color) {
|
|
|
//绘制圆角矩形(无填充色))
|
|
|
ctx.save();
|
|
|
ctx.fillStyle = color;
|
|
|
ctx.strokeStyle = color;
|
|
|
ctx.lineJoin = "round"; //交点设置成圆角
|
|
|
ctx.lineWidth = r;
|
|
|
ctx.strokeRect(x + r / 2, y + r / 2, w - r, h - r);
|
|
|
ctx.fillRect(x + r, y + r, w - r * 2, h - r * 2);
|
|
|
ctx.stroke();
|
|
|
ctx.closePath();
|
|
|
}
|
|
|
//使用:
|
|
|
new Promise((imgres) => {
|
|
|
// that.data.checkedList.forEach((item, index) => {
|
|
|
console.log(587);
|
|
|
let labelLeft = 0;
|
|
|
// ctx.arcTo()
|
|
|
let baseTop, logoLeft, logoSize, titleSize, ageTop, salaryClassifyValueLeft, salaryClassifyValueTop, monthlyPaySize, position, markTop, roundRectHeight, fubiaotiTop, bottomSloganTop, QRSize;
|
|
|
logoLeft = 56 * 2;
|
|
|
let baseMiddle = 248 * 2;
|
|
|
// if (that.data.checkedList.length == 1) {
|
|
|
baseTop = 2 * 370;
|
|
|
logoSize = 2 * 96;
|
|
|
QRSize = 2 * 260;
|
|
|
titleSize = 2 * 30;
|
|
|
roundRectHeight = 2 * 260;
|
|
|
ageTop = 2 * 110;
|
|
|
salaryClassifyValueLeft = 2 * 176;
|
|
|
salaryClassifyValueTop = 2 * 54;
|
|
|
monthlyPaySize = 2 * 24;
|
|
|
markTop = 2 * 145;
|
|
|
fubiaotiTop = 2 * 155;
|
|
|
bottomSloganTop = 2 * 355;
|
|
|
|
|
|
// roundRect1(ctx, x, y, w, h, r, color)
|
|
|
|
|
|
roundRect1(ctx, mycenter - 1104 / 2, baseTop - 100, 1104, roundRectHeight, 32, "#fff");
|
|
|
// roundRect1(ctx, mycenter - 600 / 2, baseTop + 750, 600, 560, 32, "#fff");
|
|
|
|
|
|
|
|
|
wx.getImageInfo({
|
|
|
// src: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/qrcode.png", //网络图片,如果不行请换一个
|
|
|
// src:"https://daotian.matripe.com.cn/image/jobs/4/storeJobId9227.jpg",
|
|
|
src: app.globalData.ip + that.data.currCode,
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
const img = canvas.createImage();
|
|
|
img.src = res.path;
|
|
|
img.onload = () => {
|
|
|
console.log(img);
|
|
|
// (ctx, img, bg_x, bg_y, bg_w, bg_h, bg_r)
|
|
|
roundRect1(ctx, mycenter - 580 / 2, baseTop + 740, 580, 580, 0, "#fff");
|
|
|
// roundRect1(ctx, mycenter - 600 / 2, baseTop + 750, 600, 560, 0, "#fff");
|
|
|
roundRect(ctx, img, mycenter - res.width / 2 - 40, baseTop + 770, QRSize, QRSize, 0);
|
|
|
// if (index == that.data.checkedList.length - 1) {
|
|
|
// setTimeout(() => {
|
|
|
// imgres();
|
|
|
// }, 1000);
|
|
|
// }
|
|
|
that.data.currentJobDrawer.logo = that.data.currentJobDrawer.logo.indexOf("https") > -1 ? that.data.currentJobDrawer.logo : that.data.currentJobDrawer.logo.replace("http:", "https:");
|
|
|
wx.getImageInfo({
|
|
|
src: that.data.currentJobDrawer.logo, //网络图片,如果不行请换一个
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
const img = canvas.createImage();
|
|
|
img.src = res.path;
|
|
|
img.onload = () => {
|
|
|
roundRect(ctx, img, logoLeft, baseTop + 40, logoSize, logoSize, 8);
|
|
|
// if (index == that.data.checkedList.length - 1) {
|
|
|
setTimeout(() => {
|
|
|
imgres();
|
|
|
}, 1000);
|
|
|
// }
|
|
|
};
|
|
|
},
|
|
|
fail (err) {
|
|
|
wx.hideLoading()
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
console.log(err);
|
|
|
|
|
|
},
|
|
|
});
|
|
|
};
|
|
|
},
|
|
|
fail (err) {
|
|
|
wx.hideLoading()
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
console.log(err);
|
|
|
},
|
|
|
});
|
|
|
that.data.currentJobDrawer.jobSpecialLabelNameArray.forEach((item1, index) => {
|
|
|
// console.log(item1);
|
|
|
// console.log(ctx.measureText(item1).width);
|
|
|
if (index <= 2) {
|
|
|
fillTextLineBreak(ctx, item1, 60 * 2 + labelLeft, baseTop + markTop + 30 * 2, 400 * 2, 20, "#333", monthlyPaySize); // 标签字符
|
|
|
roundRect1(ctx, 52 * 2 + labelLeft, baseTop + markTop, ctx.measureText(item1).width + 16 * 2, 40 * 2, 2 * 2, "#00000010");
|
|
|
labelLeft += ctx.measureText(item1).width + 32 * 2;
|
|
|
}
|
|
|
});
|
|
|
|
|
|
fillTextLineBreak(ctx, that.data.currentJobDrawer.jobName, logoLeft, baseTop, 500 * 2, 20, "#333", titleSize, "600"); // 岗位标题
|
|
|
|
|
|
fillTextLineBreak(ctx, that.data.currentJobDrawer.salaryClassifyValueHaibao, salaryClassifyValueLeft, baseTop + salaryClassifyValueTop, 400 * 2, 20, "#1890ff", titleSize - 4, "600"); // 时薪
|
|
|
|
|
|
fillTextLineBreak(ctx, that.data.currentJobDrawer.monthlyPay, salaryClassifyValueLeft + ctx.measureText(that.data.currentJobDrawer.salaryClassifyValueHaibao + " ").width, baseTop + salaryClassifyValueTop, 400 * 2, 20, "#1890ff", monthlyPaySize, "400"); // 月工资
|
|
|
// .slice(0, 7) + '...'
|
|
|
fillTextLineBreak(ctx, that.data.currentJobDrawer.district.length > 9 ? that.data.currentJobDrawer.district.substring(0, 10) + '...' : that.data.currentJobDrawer.district, salaryClassifyValueLeft, baseTop + ageTop, 300 * 2, 20, "#333", monthlyPaySize); // 省市
|
|
|
|
|
|
fillTextLineBreak(ctx, "丨" + that.data.currentJobDrawer.age, salaryClassifyValueLeft + ctx.measureText(that.data.currentJobDrawer.district.length > 9 ? that.data.currentJobDrawer.district.substring(0, 10) + '...' : that.data.currentJobDrawer.district).width, baseTop + ageTop, 300 * 2, 20, "#333", monthlyPaySize); // 年龄
|
|
|
|
|
|
fillTextLineBreak(ctx, that.data.userInfo.agencyName, mycenter - ctx.measureText(that.data.userInfo.agencyName).width / 2, baseTop - fubiaotiTop, 400 * 2, 20, "#fff", monthlyPaySize, "600"); // 代理名称
|
|
|
|
|
|
fillTextLineBreak(ctx, "长按查看职位详情", mycenter - ctx.measureText("长按查看职位详情").width / 2, baseTop + bottomSloganTop - 20, 300 * 2, 20, "#fff", monthlyPaySize); // 底部slogan
|
|
|
|
|
|
fillTextLineBreak(ctx, "好工作 放心干", mycenter - ctx.measureText("好工作 放心干").width / 1.6, baseTop + bottomSloganTop + 700, 500 * 2, 20, "#fff", titleSize); // 底部slogan
|
|
|
// let src
|
|
|
// src = that.data.currentJobDrawer.logo.indexOf("https") > -1 ? that.data.currentJobDrawer.logo : that.data.currentJobDrawer.logo.replace("http", "https")
|
|
|
console.log(that.data.currentJobDrawer.logo);
|
|
|
|
|
|
// });
|
|
|
// setTimeout(() => {
|
|
|
// },500);
|
|
|
})
|
|
|
.then(function () {
|
|
|
wx.canvasToTempFilePath({
|
|
|
canvas: canvas,
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
that.setData({
|
|
|
canvasImg: res.tempFilePath,
|
|
|
});
|
|
|
resolve(res);
|
|
|
},
|
|
|
fail (res) {
|
|
|
wx.hideLoading();
|
|
|
|
|
|
wx.showToast({
|
|
|
title: res.errMsg,
|
|
|
icon: "error",
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
wx.hideLoading()
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
console.log(err);
|
|
|
});
|
|
|
}).catch((res) => {
|
|
|
wx.hideLoading()
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
// console.log(res);
|
|
|
});
|
|
|
});
|
|
|
}).catch((err) => {
|
|
|
|
|
|
wx.hideLoading()
|
|
|
wx.showToast({
|
|
|
title: '生成失败,请重试',
|
|
|
|
|
|
})
|
|
|
});
|
|
|
},
|
|
|
hidedrawershow (e) {
|
|
|
console.log(e);
|
|
|
this.setData({
|
|
|
[e.detail.type]: false
|
|
|
})
|
|
|
console.log(this.data.drawerShow);
|
|
|
},
|
|
|
goEnroll (e) {
|
|
|
console.log(e);
|
|
|
// wx.navigateTo({
|
|
|
// url: "../newEnroll/index?applyType=0"
|
|
|
// });
|
|
|
var that = this;
|
|
|
|
|
|
wx.removeStorageSync("townsManInfo");
|
|
|
wx.removeStorageSync("townsManInfoJob");
|
|
|
wx.removeStorageSync("storeInfoJob");
|
|
|
|
|
|
// if(app.isNotEmptyCheck(wx.getStorage('townsManInfo'))){
|
|
|
// wx.removeStorageSync('townsManInfo')
|
|
|
// }
|
|
|
// if(app.isNotEmptyCheck(wx.getStorage('townsManInfoJob'))){
|
|
|
// wx.removeStorageSync('townsManInfoJob')
|
|
|
// }
|
|
|
// if(app.isNotEmptyCheck(wx.getStorage('storeInfoJob'))){
|
|
|
// wx.removeStorageSync('storeInfoJob')
|
|
|
// }
|
|
|
// wx.removeStorageSync('townsManInfoJob')
|
|
|
console.log(app.globalData.loginUserInfo.tel);
|
|
|
wx.setStorageSync(
|
|
|
"jobDetailStorage",
|
|
|
that.data.recordList[e.currentTarget.dataset.idx]
|
|
|
);
|
|
|
let argument;
|
|
|
argument = JSON.stringify(e.currentTarget.dataset.info).replace(
|
|
|
/\=|\&/g,
|
|
|
"3D"
|
|
|
);
|
|
|
wx.navigateTo({
|
|
|
url: `../newEnroll/enroll/index?applyType=1&info=${argument}`,
|
|
|
});
|
|
|
},
|
|
|
wxLogin () {
|
|
|
var that = this;
|
|
|
wx.login({
|
|
|
success (res) {
|
|
|
if (res.code) {
|
|
|
that.setData({
|
|
|
wxCode: res.code,
|
|
|
});
|
|
|
} else {
|
|
|
console.log("获取code失败!" + res.errMsg);
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
changeRecordBillType (e) {
|
|
|
let that = this;
|
|
|
console.log(e);
|
|
|
that.setData({
|
|
|
recordBillType: e.currentTarget.dataset.type,
|
|
|
});
|
|
|
},
|
|
|
toSmart () {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/IDCardWithNFC/index",
|
|
|
});
|
|
|
},
|
|
|
getPhoneNumber (e) {
|
|
|
var that = this;
|
|
|
console.log(e);
|
|
|
console.log(e.detail.errMsg);
|
|
|
/*wx.setStorageSync({
|
|
|
key: "jobDetailStorage",
|
|
|
data: that.data.recordList[e.currentTarget.dataset.idx]
|
|
|
});*/
|
|
|
|
|
|
wx.setStorageSync(
|
|
|
"jobDetailStorage",
|
|
|
that.data.recordList[e.currentTarget.dataset.idx]
|
|
|
);
|
|
|
|
|
|
// console.log(e);
|
|
|
// console.log(e.detail.errMsg)
|
|
|
// console.log(e.detail.iv)
|
|
|
// console.log(e.detail.encryptedData)
|
|
|
if ("getPhoneNumber:ok" == e.detail.errMsg) {
|
|
|
//同意
|
|
|
var iv = e.detail.iv;
|
|
|
var encryptedData = e.detail.encryptedData;
|
|
|
console.log(iv, "=-=========", encryptedData);
|
|
|
wx.checkSession({
|
|
|
success () {
|
|
|
//session_key 未过期,并且在本生命周期一直有效
|
|
|
customRequest("/getWechatTel", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
code: that.data.wxCode,
|
|
|
iv: iv,
|
|
|
encryptedData: encryptedData,
|
|
|
type: "yishoudan",
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
app.globalData.openId = res.data.data.openId;
|
|
|
let promise = app.setLoginUserTokenInfo(
|
|
|
res.data.data.phoneNumber,
|
|
|
null
|
|
|
);
|
|
|
console.log(wx.getStorage("loginUserTokenInfo"))
|
|
|
var collected = e.currentTarget.dataset.collected;
|
|
|
if (collected) {
|
|
|
promise.then((res) => {
|
|
|
that.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
});
|
|
|
that.doCollected(collected, e.currentTarget.dataset.jobid);
|
|
|
// that.collectedStoreJobList();
|
|
|
});
|
|
|
} else {
|
|
|
if (
|
|
|
that.data.recordBillType == "photo" ||
|
|
|
that.data.recordBillType == "record"
|
|
|
) {
|
|
|
promise.then((res) => {
|
|
|
if (that.data.recordBillType == "photo") {
|
|
|
that.chooseIdCard();
|
|
|
} else {
|
|
|
that.navigatorToRecord();
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
|
promise.then((res) => {
|
|
|
let argument;
|
|
|
argument = JSON.stringify(
|
|
|
e.currentTarget.dataset.info
|
|
|
).replace(/\=|\&/g, "3D");
|
|
|
wx.navigateTo({
|
|
|
url: `../newEnroll/enroll/index?applyType=1&info=${argument}`,
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/getWechatTel",
|
|
|
// data: {
|
|
|
// code: that.data.wxCode,
|
|
|
// iv: iv,
|
|
|
// encryptedData: encryptedData,
|
|
|
// type: "yishoudan",
|
|
|
// },
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// app.globalData.openId = res.data.data.openId;
|
|
|
// let promise = app.setLoginUserTokenInfo(
|
|
|
// res.data.data.phoneNumber,
|
|
|
// null
|
|
|
// );
|
|
|
// console.log(wx.getStorage("loginUserTokenInfo"))
|
|
|
// var collected = e.currentTarget.dataset.collected;
|
|
|
// if (collected) {
|
|
|
// promise.then((res) => {
|
|
|
// that.setData({
|
|
|
// isLogin: app.globalData.isLogin,
|
|
|
// });
|
|
|
// that.doCollected(collected, e.currentTarget.dataset.jobid);
|
|
|
// // that.collectedStoreJobList();
|
|
|
// });
|
|
|
// } else {
|
|
|
// if (
|
|
|
// that.data.recordBillType == "photo" ||
|
|
|
// that.data.recordBillType == "record"
|
|
|
// ) {
|
|
|
// promise.then((res) => {
|
|
|
// if (that.data.recordBillType == "photo") {
|
|
|
// that.chooseIdCard();
|
|
|
// } else {
|
|
|
// that.navigatorToRecord();
|
|
|
// }
|
|
|
// });
|
|
|
// } else {
|
|
|
// promise.then((res) => {
|
|
|
// let argument;
|
|
|
// argument = JSON.stringify(
|
|
|
// e.currentTarget.dataset.info
|
|
|
// ).replace(/\=|\&/g, "3D");
|
|
|
// wx.navigateTo({
|
|
|
// url: `../newEnroll/enroll/index?applyType=1&info=${argument}`,
|
|
|
// });
|
|
|
// });
|
|
|
// }
|
|
|
// }
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log("获取用户手机号错误");
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
fail () {
|
|
|
// session_key 已经失效,需要重新执行登录流程
|
|
|
wx.login({
|
|
|
success (res) {
|
|
|
if (res.code) {
|
|
|
console.log(res.code);
|
|
|
//发起网络请求
|
|
|
customRequest("/getWechatTel", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
code: res.code,
|
|
|
iv: iv,
|
|
|
encryptedData: encryptedData,
|
|
|
type: "yishoudan",
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
let promise = app.setLoginUserTokenInfo(
|
|
|
res.data.data.phoneNumber,
|
|
|
null
|
|
|
);
|
|
|
var collected = e.currentTarget.dataset.collected;
|
|
|
if (collected) {
|
|
|
promise.then((res) => {
|
|
|
that.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
});
|
|
|
that.doCollected(
|
|
|
collected,
|
|
|
e.currentTarget.dataset.jobid
|
|
|
);
|
|
|
});
|
|
|
} else {
|
|
|
promise.then((res) => {
|
|
|
wx.navigateTo({
|
|
|
url: "../enroll/index?applyType=1",
|
|
|
//url: "../enroll/index?applyType=1&tel=" + res.data.data.phoneNumber
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/getWechatTel",
|
|
|
// data: {
|
|
|
// code: res.code,
|
|
|
// iv: iv,
|
|
|
// encryptedData: encryptedData,
|
|
|
// type: "yishoudan",
|
|
|
// },
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// let promise = app.setLoginUserTokenInfo(
|
|
|
// res.data.data.phoneNumber,
|
|
|
// null
|
|
|
// );
|
|
|
// var collected = e.currentTarget.dataset.collected;
|
|
|
// if (collected) {
|
|
|
// promise.then((res) => {
|
|
|
// that.setData({
|
|
|
// isLogin: app.globalData.isLogin,
|
|
|
// });
|
|
|
// that.doCollected(
|
|
|
// collected,
|
|
|
// e.currentTarget.dataset.jobid
|
|
|
// );
|
|
|
// });
|
|
|
// } else {
|
|
|
// promise.then((res) => {
|
|
|
// wx.navigateTo({
|
|
|
// url: "../enroll/index?applyType=1",
|
|
|
// //url: "../enroll/index?applyType=1&tel=" + res.data.data.phoneNumber
|
|
|
// });
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log("获取用户手机号错误");
|
|
|
// },
|
|
|
// });
|
|
|
} else {
|
|
|
console.log("获取手机号失败!" + res.errMsg);
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
} else {
|
|
|
//拒绝
|
|
|
var collected = e.currentTarget.dataset.collected;
|
|
|
if (collected) {
|
|
|
try {
|
|
|
wx.setStorageSync("comeFromPage", "index");
|
|
|
} catch (e) {
|
|
|
console.log("index-页面跳转,设置参数错误:", e);
|
|
|
}
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
} else {
|
|
|
wx.navigateTo({
|
|
|
url: "../enroll/index?applyType=1",
|
|
|
});
|
|
|
}
|
|
|
}
|
|
|
return false;
|
|
|
},
|
|
|
getPhoneNumber1 (e) {
|
|
|
var that = this;
|
|
|
console.log(e);
|
|
|
console.log(e.detail.errMsg);
|
|
|
|
|
|
that.close();
|
|
|
// console.log(e);
|
|
|
// console.log(e.detail.errMsg)
|
|
|
// console.log(e.detail.iv)
|
|
|
// console.log(e.detail.encryptedData)
|
|
|
|
|
|
if ("getPhoneNumber:ok" == e.detail.errMsg) {
|
|
|
//同意
|
|
|
var iv = e.detail.iv;
|
|
|
var encryptedData = e.detail.encryptedData;
|
|
|
wx.checkSession({
|
|
|
success () {
|
|
|
//session_key 未过期,并且在本生命周期一直有效
|
|
|
customRequest("/getWechatTel", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
code: that.data.wxCode,
|
|
|
iv: iv,
|
|
|
encryptedData: encryptedData,
|
|
|
type: "yishoudan",
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
let promise = app.setLoginUserTokenInfo(
|
|
|
res.data.data.phoneNumber,
|
|
|
null
|
|
|
);
|
|
|
promise.then((res) => {
|
|
|
that.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
});
|
|
|
that.onScrollToLower();
|
|
|
});
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/getWechatTel",
|
|
|
// data: {
|
|
|
// code: that.data.wxCode,
|
|
|
// iv: iv,
|
|
|
// encryptedData: encryptedData,
|
|
|
// type: "yishoudan",
|
|
|
// },
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// let promise = app.setLoginUserTokenInfo(
|
|
|
// res.data.data.phoneNumber,
|
|
|
// null
|
|
|
// );
|
|
|
// promise.then((res) => {
|
|
|
// that.setData({
|
|
|
// isLogin: app.globalData.isLogin,
|
|
|
// });
|
|
|
// that.onScrollToLower();
|
|
|
// });
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log("获取用户手机号错误");
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
fail () {
|
|
|
// session_key 已经失效,需要重新执行登录流程
|
|
|
wx.login({
|
|
|
success (res) {
|
|
|
if (res.code) {
|
|
|
console.log(res.code);
|
|
|
//发起网络请求
|
|
|
customRequest("/getWechatTel", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
code: res.code,
|
|
|
iv: iv,
|
|
|
encryptedData: encryptedData,
|
|
|
type: "yishoudan",
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
let promise = app.setLoginUserTokenInfo(
|
|
|
res.data.data.phoneNumber,
|
|
|
null
|
|
|
);
|
|
|
promise.then((res) => {
|
|
|
that.setData({
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
});
|
|
|
});
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/getWechatTel",
|
|
|
// data: {
|
|
|
// code: res.code,
|
|
|
// iv: iv,
|
|
|
// encryptedData: encryptedData,
|
|
|
// type: "yishoudan",
|
|
|
// },
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// let promise = app.setLoginUserTokenInfo(
|
|
|
// res.data.data.phoneNumber,
|
|
|
// null
|
|
|
// );
|
|
|
// promise.then((res) => {
|
|
|
// that.setData({
|
|
|
// isLogin: app.globalData.isLogin,
|
|
|
// });
|
|
|
// });
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log("获取用户手机号错误");
|
|
|
// },
|
|
|
// });
|
|
|
} else {
|
|
|
console.log("获取手机号失败!" + res.errMsg);
|
|
|
}
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
});
|
|
|
} else {
|
|
|
//拒绝
|
|
|
if (e.currentTarget.dataset.type != "close") {
|
|
|
try {
|
|
|
wx.setStorageSync("comeFromPage", "index");
|
|
|
} catch (e) {
|
|
|
console.log("index-页面跳转,设置参数错误:", e);
|
|
|
}
|
|
|
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
} else {
|
|
|
that.close();
|
|
|
}
|
|
|
}
|
|
|
return false;
|
|
|
},
|
|
|
getAgencyUserId (id) {
|
|
|
var that = this;
|
|
|
customRequest("/channel/contact/getAgencyUserId", {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
channelContactId: id,
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
try {
|
|
|
if (app.isNotEmptyCheck(res.data.data)) {
|
|
|
wx.setStorageSync("storageSyncAgencyUserId", res.data.data);
|
|
|
}
|
|
|
//先设置代理人缓存人再登录
|
|
|
app.getLoginUserTokenInfo();
|
|
|
} catch (e) {
|
|
|
console.log("0-扫描微信二维码,设置参数错误:", e);
|
|
|
//先设置代理人缓存人再登录
|
|
|
app.getLoginUserTokenInfo();
|
|
|
}
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/channel/contact/getAgencyUserId",
|
|
|
// method: "GET",
|
|
|
// header: app.globalData.headers,
|
|
|
// data: {
|
|
|
// channelContactId: id,
|
|
|
// },
|
|
|
// success: function (res) {
|
|
|
// console.log("获取来源对应的代理人,来源ID:", id);
|
|
|
// // console.log(res);
|
|
|
// try {
|
|
|
// if (app.isNotEmptyCheck(res.data.data)) {
|
|
|
// wx.setStorageSync("storageSyncAgencyUserId", res.data.data);
|
|
|
// }
|
|
|
// //先设置代理人缓存人再登录
|
|
|
// app.getLoginUserTokenInfo();
|
|
|
// } catch (e) {
|
|
|
// console.log("0-扫描微信二维码,设置参数错误:", e);
|
|
|
// //先设置代理人缓存人再登录
|
|
|
// app.getLoginUserTokenInfo();
|
|
|
// }
|
|
|
// },
|
|
|
// fail: function (res0) {
|
|
|
// console.log("获取来源对应的代理人错误", id);
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
collectPaste (e) {
|
|
|
console.log(1);
|
|
|
var txt;
|
|
|
var that = this;
|
|
|
if (!this.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
console.log('e', e);
|
|
|
let item = e.detail.dataset ? e.detail.dataset.item : e.currentTarget.dataset.item
|
|
|
|
|
|
var collected = item.collected;
|
|
|
var storeJobId = item.id;
|
|
|
var jobClassify = item.jobClassify;
|
|
|
that.doCollected(collected, storeJobId, jobClassify);
|
|
|
// console.log(collected);
|
|
|
// if(!this.data.isCollect){
|
|
|
// that.setData({
|
|
|
// isCollect: true,
|
|
|
// collectTxt:'已收藏'
|
|
|
// })
|
|
|
// txt = '收藏成功'
|
|
|
// }else{
|
|
|
// that.setData({
|
|
|
// isCollect: false,
|
|
|
// collectTxt:'收藏'
|
|
|
// })
|
|
|
// }
|
|
|
},
|
|
|
doCollected (collected, storeJobId, jobClassify) {
|
|
|
var that = this;
|
|
|
var url = "/user/collect/job/add";
|
|
|
if (collected - 1 == 0) {
|
|
|
url = "/user/collect/job/remove";
|
|
|
}
|
|
|
console.log(app.globalData.headers);
|
|
|
//发起网络请求
|
|
|
customRequest(url, {
|
|
|
header: 'headers',
|
|
|
method: 'GET',
|
|
|
data: {
|
|
|
storeJobId: storeJobId,
|
|
|
jobClassify
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
var txt;
|
|
|
if (collected - 1 == 0) {
|
|
|
//取消收藏
|
|
|
for (var i = 0; i != that.data.recordList.length; ++i) {
|
|
|
if (that.data.recordList[i].id - storeJobId == 0) {
|
|
|
that.data.recordList[i].collected = 2;
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
txt = "取消收藏";
|
|
|
that.data.currentJobDrawer.collected = 2;
|
|
|
|
|
|
if (that.data.choiceCollect == 1) {
|
|
|
if (that.data.drawerShow) {
|
|
|
that.data.drawerShow = false;
|
|
|
}
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
drawerShow: that.data.drawerShow,
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.getJobList();
|
|
|
}
|
|
|
} else {
|
|
|
//收藏
|
|
|
for (var i = 0; i != that.data.recordList.length; ++i) {
|
|
|
if (that.data.recordList[i].id - storeJobId == 0) {
|
|
|
that.data.recordList[i].collected = 1;
|
|
|
break;
|
|
|
}
|
|
|
}
|
|
|
that.data.currentJobDrawer.collected = 1;
|
|
|
|
|
|
txt = "收藏成功";
|
|
|
}
|
|
|
|
|
|
console.log(that.data.currentJobDrawer);
|
|
|
|
|
|
that.setData({
|
|
|
recordList: that.data.recordList,
|
|
|
currentJobDrawer: that.data.currentJobDrawer,
|
|
|
isLogin: app.globalData.isLogin,
|
|
|
});
|
|
|
wx.showToast({
|
|
|
icon: "none",
|
|
|
title: txt,
|
|
|
});
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + url,
|
|
|
// data: {
|
|
|
// storeJobId: storeJobId,
|
|
|
// },
|
|
|
// header: app.globalData.headers,
|
|
|
// method: "GET",
|
|
|
// success: function (res) {
|
|
|
// var txt;
|
|
|
// if (collected - 1 == 0) {
|
|
|
// //取消收藏
|
|
|
// for (var i = 0; i != that.data.recordList.length; ++i) {
|
|
|
// if (that.data.recordList[i].id - storeJobId == 0) {
|
|
|
// that.data.recordList[i].collected = 2;
|
|
|
// break;
|
|
|
// }
|
|
|
// }
|
|
|
// txt = "取消收藏";
|
|
|
// that.data.currentJobDrawer.collected = 2;
|
|
|
|
|
|
// if (that.data.choiceCollect == 1) {
|
|
|
// if (that.data.drawerShow) {
|
|
|
// that.data.drawerShow = false;
|
|
|
// }
|
|
|
// that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
// that.setData({
|
|
|
// recordList: [],
|
|
|
// drawerShow: that.data.drawerShow,
|
|
|
// storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
// });
|
|
|
// that.getJobList();
|
|
|
// }
|
|
|
// } else {
|
|
|
// //收藏
|
|
|
// for (var i = 0; i != that.data.recordList.length; ++i) {
|
|
|
// if (that.data.recordList[i].id - storeJobId == 0) {
|
|
|
// that.data.recordList[i].collected = 1;
|
|
|
// break;
|
|
|
// }
|
|
|
// }
|
|
|
// that.data.currentJobDrawer.collected = 1;
|
|
|
|
|
|
// txt = "收藏成功";
|
|
|
// }
|
|
|
|
|
|
// console.log(that.data.currentJobDrawer);
|
|
|
|
|
|
// that.setData({
|
|
|
// recordList: that.data.recordList,
|
|
|
// currentJobDrawer: that.data.currentJobDrawer,
|
|
|
// isLogin: app.globalData.isLogin,
|
|
|
// });
|
|
|
// wx.showToast({
|
|
|
// icon: "none",
|
|
|
// title: txt,
|
|
|
// });
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// console.log("操作失败");
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
getUserInfoBtn: function (e) {
|
|
|
console.log(e);
|
|
|
let that = this;
|
|
|
|
|
|
var type = e.detail.dataset ? e.detail.dataset.type : e.currentTarget.dataset.type;
|
|
|
var collected = e.detail.dataset ? e.detail.dataset.collected : e.currentTarget.dataset.collected;
|
|
|
var storeJobId = e.detail.dataset ? e.detail.dataset.jobid : e.currentTarget.dataset.jobid;
|
|
|
var idx = e.detail.dataset ? e.detail.dataset.idx : e.currentTarget.dataset.idx;
|
|
|
console.log(type);
|
|
|
wx.getUserProfile({
|
|
|
desc: "用于完善会员资料", // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写
|
|
|
success: (res) => {
|
|
|
// console.log(res);
|
|
|
//发起网络请求
|
|
|
customRequest("/updateUserWechatInfo", {
|
|
|
header: 'headers',
|
|
|
method: 'POST',
|
|
|
data: {
|
|
|
nickName: res.userInfo.nickName,
|
|
|
avatarUrl: res.userInfo.avatarUrl,
|
|
|
gender: res.userInfo.gender,
|
|
|
country: res.userInfo.country,
|
|
|
province: res.userInfo.province,
|
|
|
city: res.userInfo.city,
|
|
|
}
|
|
|
}).then((res) => {
|
|
|
app.globalData.hasUserInfo = 1;
|
|
|
that.setData({
|
|
|
hasUserInfo: 1,
|
|
|
});
|
|
|
that.doMenuClick(type, collected, storeJobId, idx);
|
|
|
|
|
|
}).catch(() => {
|
|
|
that.doMenuClick(type, collected, storeJobId, idx);
|
|
|
|
|
|
})
|
|
|
// wx.request({
|
|
|
// url: app.globalData.ip + "/updateUserWechatInfo",
|
|
|
// data: {
|
|
|
// nickName: res.userInfo.nickName,
|
|
|
// avatarUrl: res.userInfo.avatarUrl,
|
|
|
// gender: res.userInfo.gender,
|
|
|
// country: res.userInfo.country,
|
|
|
// province: res.userInfo.province,
|
|
|
// city: res.userInfo.city,
|
|
|
// },
|
|
|
// method: "POST",
|
|
|
// header: app.globalData.headers,
|
|
|
// success: function (res) {
|
|
|
// // console.log(res);
|
|
|
// app.globalData.hasUserInfo = 1;
|
|
|
// that.setData({
|
|
|
// hasUserInfo: 1,
|
|
|
// });
|
|
|
// that.doMenuClick(type, collected, storeJobId, idx);
|
|
|
// },
|
|
|
// fail: function (res) {
|
|
|
// that.doMenuClick(type, collected, storeJobId, idx);
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
fail: (res) => {
|
|
|
// console.log(res);
|
|
|
that.doMenuClick(type, collected, storeJobId, idx);
|
|
|
},
|
|
|
});
|
|
|
},
|
|
|
doMenuClick: function (_type, _collected, _storeJobId, _idx) {
|
|
|
let that = this;
|
|
|
if (_type - 1 == 0) {
|
|
|
//点击全国
|
|
|
that.goCity();
|
|
|
} else if (_type - 2 == 0) {
|
|
|
//搜索
|
|
|
} else if (_type - 3 == 0) {
|
|
|
//筛选
|
|
|
that.goScreen();
|
|
|
} else if (_type - 4 == 0) {
|
|
|
//收藏
|
|
|
that.doCollected(_collected, _storeJobId);
|
|
|
} else if (_type - 5 == 0) {
|
|
|
//报名
|
|
|
wx.setStorageSync("jobDetailStorage", that.data.recordList[_idx]);
|
|
|
wx.navigateTo({
|
|
|
url: "../enroll/index?applyType=1&tel=" + app.globalData.loginUserInfo.tel,
|
|
|
});
|
|
|
}
|
|
|
},
|
|
|
changSign (e) {
|
|
|
let that = this;
|
|
|
console.log(e);
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
if (e.target.dataset.type == 0 && that.data.signType != 0) {
|
|
|
that.data.storeJobListSearchForm.signType = "";
|
|
|
that.setData({
|
|
|
signType: e.target.dataset.type,
|
|
|
recordList: [],
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.getJobList();
|
|
|
} else if (e.target.dataset.type == 1 && that.data.signType != 1) {
|
|
|
that.data.storeJobListSearchForm.signType = 1;
|
|
|
that.setData({
|
|
|
signType: e.target.dataset.type,
|
|
|
recordList: [],
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.getJobList();
|
|
|
} else if (e.target.dataset.type == 2 && that.data.signType != 2) {
|
|
|
that.data.storeJobListSearchForm.signType = 2;
|
|
|
that.setData({
|
|
|
signType: e.target.dataset.type,
|
|
|
recordList: [],
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
});
|
|
|
that.getJobList();
|
|
|
}
|
|
|
},
|
|
|
/**
|
|
|
* 收藏的切换
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
collectChange (e) {
|
|
|
let that = this;
|
|
|
if (
|
|
|
that.data.isLogin ||
|
|
|
(!that.data.isLogin && e.currentTarget.dataset.id == 0)
|
|
|
) {
|
|
|
if (e.currentTarget.dataset.id) {
|
|
|
that.data.choiceCollect = e.currentTarget.dataset.id;
|
|
|
// that.data.storeJobListSearchForm.ucj = e.currentTarget.dataset.id;
|
|
|
that.data.storeJobListSearchForm.sortTag = e.currentTarget.dataset.id;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
choiceCollect: that.data.choiceCollect,
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
hasMoreData: true,
|
|
|
});
|
|
|
that.getJobList();
|
|
|
}
|
|
|
} else {
|
|
|
// if(e.currentTarget.dataset.id == 1){
|
|
|
that.setData({
|
|
|
recordList: [],
|
|
|
choiceCollect: 1,
|
|
|
});
|
|
|
// }
|
|
|
}
|
|
|
},
|
|
|
choiceFilter (e) {
|
|
|
var that = this;
|
|
|
// let str = that.data.activez
|
|
|
let str = e.currentTarget.dataset.id;
|
|
|
console.log(e);
|
|
|
if (str == "all") {
|
|
|
that.data.storeJobListSearchForm.sortTag = 0;
|
|
|
that.setData({
|
|
|
firstMenu: "工价",
|
|
|
// storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
});
|
|
|
});
|
|
|
} else if (str == "zuijin") {
|
|
|
//距离最近
|
|
|
if (
|
|
|
that.data.storeJobListSearchForm.lng &&
|
|
|
that.data.storeJobListSearchForm.lat
|
|
|
) {
|
|
|
that.data.storeJobListSearchForm.sortTag = 2;
|
|
|
that.setData({
|
|
|
firstMenu: "距离",
|
|
|
// storeJobListSearchForm: tha t.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
});
|
|
|
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
});
|
|
|
});
|
|
|
} else {
|
|
|
wx.getLocation({
|
|
|
type: "gcj02",
|
|
|
success (res1) {
|
|
|
console.log("获取位置1");
|
|
|
app.globalData.lng = res1.longitude;
|
|
|
app.globalData.lat = res1.latitude;
|
|
|
that.data.storeJobListSearchForm.lng = res1.longitude;
|
|
|
that.data.storeJobListSearchForm.lat = res1.latitude;
|
|
|
that.data.storeJobListSearchForm.sortTag = 2;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
firstMenu: "距离",
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
});
|
|
|
});
|
|
|
// var promise = new Promise(function(resolve,reject){
|
|
|
// that.getJobList();
|
|
|
// });
|
|
|
},
|
|
|
fail () {
|
|
|
console.log("获取位置失败,打开位置设置界面");
|
|
|
// wx.openSetting({
|
|
|
// success(res) {
|
|
|
// console.log(res.authSetting);
|
|
|
// if (res.authSetting["scope.userLocation"]) {
|
|
|
// wx.getLocation({
|
|
|
// type: "gcj02",
|
|
|
// success(res1) {
|
|
|
// console.log("获取位置2");
|
|
|
// console.log(res1);
|
|
|
// app.globalData.lng = res1.longitude;
|
|
|
// app.globalData.lat = res1.latitude;
|
|
|
|
|
|
// that.data.storeJobListSearchForm.sortTag = 2;
|
|
|
// that.data.storeJobListSearchForm.lng = res1.longitude;
|
|
|
// that.data.storeJobListSearchForm.lat = res1.latitude;
|
|
|
// that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
// that.setData({
|
|
|
// storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
// recordList: [],
|
|
|
// });
|
|
|
// that.getJobList().then(() => {
|
|
|
// that.setData({
|
|
|
// siv: "menu",
|
|
|
// });
|
|
|
// });
|
|
|
// },
|
|
|
// fail() {},
|
|
|
// });
|
|
|
// }
|
|
|
// },
|
|
|
// });
|
|
|
},
|
|
|
});
|
|
|
}
|
|
|
} else if (str == "zuigao") {
|
|
|
//工价最高
|
|
|
that.data.storeJobListSearchForm.sortTag = 1;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
storeJobListSearchForm: that.data.storeJobListSearchForm,
|
|
|
firstMenu: "工价",
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
});
|
|
|
});
|
|
|
} else if (str == "fuwufei") {
|
|
|
console.log(str);
|
|
|
that.data.storeJobListSearchForm.sortTag = 3;
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
firstMenu: "佣金",
|
|
|
// storeJobListSearchForm: tha t.data.storeJobListSearchForm,
|
|
|
recordList: [],
|
|
|
});
|
|
|
that.getJobList().then(() => {
|
|
|
that.setData({
|
|
|
siv: "menu",
|
|
|
});
|
|
|
});
|
|
|
}
|
|
|
that.setData({
|
|
|
activez: str,
|
|
|
whichOneShow: "",
|
|
|
siv: "",
|
|
|
});
|
|
|
// setTimeout(() => {
|
|
|
// that.setData({
|
|
|
// whichOneShow: "",
|
|
|
// });
|
|
|
// console.log(this.data.whichOneShow);
|
|
|
// console.log("112233");
|
|
|
// }, 1);
|
|
|
},
|
|
|
/**
|
|
|
* 清除所有的筛选项
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
clearFilter () {
|
|
|
let that = this;
|
|
|
that.data.jobSpecialLabelList.forEach((item) => {
|
|
|
// console.log(item);
|
|
|
if (item.checked) {
|
|
|
item.checked = false;
|
|
|
}
|
|
|
});
|
|
|
that.data.brandList.forEach((item) => {
|
|
|
if (item.checked) {
|
|
|
item.checked = false;
|
|
|
}
|
|
|
});
|
|
|
that.data.storeJobListSearchForm.jobRequestLabelIds = "";
|
|
|
// that.data.storeJobListSearchForm.ucj =
|
|
|
// that.data.storeJobListSearchForm.brandIds = "";
|
|
|
that.data.storeJobListSearchForm.jobCategoryLabelIds = "";
|
|
|
that.data.storeJobListSearchForm.pageNum = 1;
|
|
|
that.setData({
|
|
|
jobSpecialLabelList: that.data.jobSpecialLabelList,
|
|
|
tagArray0: that.data.tagArray0,
|
|
|
tagArray1: that.data.tagArray1,
|
|
|
tagArray2: that.data.tagArray2,
|
|
|
tagArray3: that.data.tagArray3,
|
|
|
brandList: that.data.brandList,
|
|
|
selectJobList: [],
|
|
|
selectBrandList: [],
|
|
|
recordList: [],
|
|
|
whichOneShow: "",
|
|
|
firstMenu: "工价",
|
|
|
secondMenu: "不限",
|
|
|
sexid: -1,
|
|
|
activez: "zuigao",
|
|
|
});
|
|
|
// that.choiceFilter({
|
|
|
// currentTarget: {
|
|
|
// dataset: {
|
|
|
// id: "all",
|
|
|
// },
|
|
|
// },
|
|
|
// });
|
|
|
// that.choiceSex({
|
|
|
// currentTarget: {
|
|
|
// dataset: {
|
|
|
// id: "-1",
|
|
|
// },
|
|
|
// },
|
|
|
// });
|
|
|
that.getJobList();
|
|
|
},
|
|
|
showgzh () {
|
|
|
this.setData({
|
|
|
gzhDialog: true
|
|
|
})
|
|
|
},
|
|
|
closeGzh () {
|
|
|
this.setData({
|
|
|
gzhDialog: false
|
|
|
})
|
|
|
},
|
|
|
scroll (e) {
|
|
|
return false;
|
|
|
},
|
|
|
stoptap (e) {
|
|
|
return false;
|
|
|
},
|
|
|
changeContact () {
|
|
|
console.log(2123);
|
|
|
wx.navigateTo({
|
|
|
url: `/pages/configAnnunciate/index`,
|
|
|
});
|
|
|
},
|
|
|
/**
|
|
|
* 简版报名
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
recordBill (e) {
|
|
|
console.log(e);
|
|
|
if (!this.data.isLogin) {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/login/index",
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
if (
|
|
|
this.data.currentJobDrawer.state == 1 &&
|
|
|
this.data.currentJobDrawer.recruitment == 2
|
|
|
) {
|
|
|
return;
|
|
|
}
|
|
|
if (this.data.agencyStatus != 1) {
|
|
|
wx.showModal({
|
|
|
content: "报名仅代理可使用。",
|
|
|
contentColor: "#ccc",
|
|
|
confirmColor: "#1890ff",
|
|
|
confirmText: "我知道了",
|
|
|
// cancelText:'成为代理',
|
|
|
showCancel: false,
|
|
|
success (res) {
|
|
|
// console.log(res);
|
|
|
},
|
|
|
});
|
|
|
return;
|
|
|
}
|
|
|
this.setData({
|
|
|
drawerShow: false,
|
|
|
});
|
|
|
let middleInfo = this.data.currentJobDrawer;
|
|
|
let info = JSON.stringify({
|
|
|
id: middleInfo.id,
|
|
|
jobName: middleInfo.jobName,
|
|
|
storeName: middleInfo.storeName,
|
|
|
aliasName: middleInfo.aliasName,
|
|
|
storeId: middleInfo.storeId,
|
|
|
});
|
|
|
console.log(info);
|
|
|
wx.navigateTo({
|
|
|
url: `../newEnroll/enroll/index?applyType=1&info=${info}`,
|
|
|
});
|
|
|
// wx.navigateTo({
|
|
|
// url: `../newEnroll/enroll/index?applyType=1&info=${info}`,
|
|
|
// });
|
|
|
},
|
|
|
imageLoad () {
|
|
|
this.setData({
|
|
|
isLoading: false,
|
|
|
});
|
|
|
},
|
|
|
closeDialog () {
|
|
|
this.setData({
|
|
|
iosDialog: false,
|
|
|
});
|
|
|
},
|
|
|
showLeft () {
|
|
|
this.getTabBar().setData({
|
|
|
isShow: false,
|
|
|
});
|
|
|
this.setData({
|
|
|
leftShow: true,
|
|
|
});
|
|
|
},
|
|
|
hideLeft () {
|
|
|
this.setData({
|
|
|
leftShow: false,
|
|
|
whichOneShow: "",
|
|
|
});
|
|
|
setTimeout(() => {
|
|
|
this.getTabBar().setData({
|
|
|
isShow: true,
|
|
|
});
|
|
|
}, 200);
|
|
|
// console.log(this.data.innerFilter);
|
|
|
// if (!this.data.innerFilter) {
|
|
|
// this.setData({
|
|
|
// filterData: JSON.parse(JSON.stringify(this.data.copyList)),
|
|
|
// });
|
|
|
// }
|
|
|
},
|
|
|
/**
|
|
|
* 阻止滑动穿透
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
modalMove () {
|
|
|
return false;
|
|
|
},
|
|
|
/**
|
|
|
* 获取搜索轮播的关键字索引
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
getSwiperIndex (e) {
|
|
|
// console.dir(e);
|
|
|
if (e.detail.current) {
|
|
|
this.setData({
|
|
|
placeholderText: this.data.swiperTextList[e.detail.current],
|
|
|
});
|
|
|
// console.log(this.data.swiperTextList[e.detail.current]);
|
|
|
// console.log(this.data.placeholderText);
|
|
|
}
|
|
|
},
|
|
|
onPageScroll (e) { },
|
|
|
drawerTouchStart (event) {
|
|
|
this.handletouchtart(event);
|
|
|
},
|
|
|
drawerTouchMove (event) {
|
|
|
let tx = this.handletouchmove(event);
|
|
|
console.log(tx);
|
|
|
if (tx.ty > 100) {
|
|
|
this.hideDrawer();
|
|
|
}
|
|
|
},
|
|
|
filterTouchMove (event) {
|
|
|
let tx = this.handletouchmove(event);
|
|
|
if (tx.ty > 100) {
|
|
|
this.hideLeft();
|
|
|
}
|
|
|
},
|
|
|
filterTouchStart (event) {
|
|
|
this.handletouchtart(event);
|
|
|
},
|
|
|
listTouchMove (event) {
|
|
|
if (
|
|
|
event.detail.scrollTop - this.data.listPosition > 15 &&
|
|
|
this.data.halfHide == false
|
|
|
) {
|
|
|
this.setData({
|
|
|
halfHide: true,
|
|
|
});
|
|
|
} else if (
|
|
|
event.detail.scrollTop - this.data.listPosition < -15 &&
|
|
|
this.data.halfHide == true
|
|
|
) {
|
|
|
this.setData({
|
|
|
halfHide: false,
|
|
|
});
|
|
|
}
|
|
|
if (event.detail.scrollTop > 200 && !this.getTabBar().data.toTop) {
|
|
|
// console.log(!this.getTabBar().data.toTop);
|
|
|
this.getTabBar().data.list[0].selectedIconPath =
|
|
|
"../assets/images/top.png";
|
|
|
this.getTabBar().data.list[0].text = "回顶部";
|
|
|
this.getTabBar().setData({
|
|
|
toTop: true,
|
|
|
list: this.getTabBar().data.list,
|
|
|
});
|
|
|
// wx.setTabBarItem({
|
|
|
// index: 0,
|
|
|
// text: "回顶部",
|
|
|
// iconPath: "/assets/images/ysd.png",
|
|
|
// selectedIconPath: "/assets/images/top.png",
|
|
|
// success: (e) => {},
|
|
|
// fail(e) {
|
|
|
// console.log(e);
|
|
|
// },
|
|
|
// });
|
|
|
} else if (event.detail.scrollTop <= 200 && this.getTabBar().data.toTop) {
|
|
|
// console.log(!this.getTabBar().data.toTop);
|
|
|
this.getTabBar().data.list[0].selectedIconPath =
|
|
|
"../assets/images/home1.png";
|
|
|
this.getTabBar().data.list[0].text = "首页";
|
|
|
this.getTabBar().setData({
|
|
|
toTop: false,
|
|
|
list: this.getTabBar().data.list,
|
|
|
});
|
|
|
// wx.setTabBarItem({
|
|
|
// index: 0,
|
|
|
// text: "首页",
|
|
|
// iconPath: "/assets/images/ysd.png",
|
|
|
// selectedIconPath: "/assets/images/ysd1.png",
|
|
|
// success: (e) => {},
|
|
|
// fail(e) {
|
|
|
// console.log(e);
|
|
|
// },
|
|
|
// });
|
|
|
}
|
|
|
// console.log(event);
|
|
|
},
|
|
|
listTouchStart (event) {
|
|
|
this.data.listPosition = event.detail.scrollTop;
|
|
|
},
|
|
|
|
|
|
/**
|
|
|
* 页面滑动事件监听
|
|
|
*
|
|
|
*
|
|
|
*/
|
|
|
handletouchmove: function (event) {
|
|
|
let that = this;
|
|
|
var currentX = event.touches[0].pageX;
|
|
|
var currentY = event.touches[0].pageY;
|
|
|
var tx = currentX - this.data.lastX;
|
|
|
var ty = currentY - this.data.lastY;
|
|
|
var text = "";
|
|
|
//左右方向滑动
|
|
|
if (Math.abs(tx) > Math.abs(ty)) {
|
|
|
return {
|
|
|
tx,
|
|
|
};
|
|
|
}
|
|
|
//上下方向滑动
|
|
|
else {
|
|
|
return {
|
|
|
ty,
|
|
|
};
|
|
|
}
|
|
|
},
|
|
|
// 触摸开始事件
|
|
|
handletouchtart: function (event) {
|
|
|
this.data.lastX = event.touches[0].pageX;
|
|
|
this.data.lastY = event.touches[0].pageY;
|
|
|
},
|
|
|
searchAnimate () {
|
|
|
let that = this;
|
|
|
wx.createSelectorQuery()
|
|
|
.select("#listBox")
|
|
|
.fields({
|
|
|
scrollOffset: true,
|
|
|
size: true,
|
|
|
},
|
|
|
(res) => {
|
|
|
this.animate(
|
|
|
"#searchInputBox",
|
|
|
[{
|
|
|
// paddingTop: "10px",
|
|
|
// paddingBottom: "10px",
|
|
|
top: "10px",
|
|
|
width: "100%",
|
|
|
// height: "40px",
|
|
|
// backgroundColor: "#f5f5f5",
|
|
|
},
|
|
|
{
|
|
|
// paddingTop: that.data.statusBarHeight + (that.data.navigationBarHeight - that.data.menuButtonHeight) / 2 + "px",
|
|
|
// paddingBottom: "30px",
|
|
|
top: "-48px",
|
|
|
width: "70%",
|
|
|
// height: "84px",
|
|
|
// backgroundColor: "#1890ff",
|
|
|
// paddingTop:'100px',
|
|
|
},
|
|
|
],
|
|
|
800, {
|
|
|
scrollSource: "#listBox",
|
|
|
timeRange: 1000,
|
|
|
startScrollOffset: 0,
|
|
|
endScrollOffset: 60,
|
|
|
}
|
|
|
);
|
|
|
this.animate(
|
|
|
".the_city",
|
|
|
[{
|
|
|
color: "#333",
|
|
|
},
|
|
|
{
|
|
|
color: "#fff",
|
|
|
},
|
|
|
],
|
|
|
500, {
|
|
|
scrollSource: "#listBox",
|
|
|
timeRange: 1000,
|
|
|
startScrollOffset: 0,
|
|
|
endScrollOffset: 90,
|
|
|
}
|
|
|
);
|
|
|
// this.animate(
|
|
|
// "#navBox",
|
|
|
// [
|
|
|
// {
|
|
|
// marginTop: "50px",
|
|
|
// // top: "0px",
|
|
|
// },
|
|
|
// {
|
|
|
// marginTop: "50px",
|
|
|
// // top: "-272px",
|
|
|
// },
|
|
|
// ],
|
|
|
// 2000,
|
|
|
// {
|
|
|
// scrollSource: "#listBox",
|
|
|
// timeRange: 2000,
|
|
|
// startScrollOffset: 50,
|
|
|
// endScrollOffset: 362,
|
|
|
// }
|
|
|
// );
|
|
|
this.animate(
|
|
|
".daotian",
|
|
|
[{
|
|
|
opacity: "1",
|
|
|
},
|
|
|
{
|
|
|
opacity: "1",
|
|
|
},
|
|
|
],
|
|
|
1000, {
|
|
|
scrollSource: "#listBox",
|
|
|
timeRange: 1000,
|
|
|
startScrollOffset: 0,
|
|
|
endScrollOffset: 90,
|
|
|
}
|
|
|
);
|
|
|
}
|
|
|
)
|
|
|
.exec();
|
|
|
},
|
|
|
|
|
|
// tabbar点击监听
|
|
|
onTabItemTap (e) {
|
|
|
console.log(e);
|
|
|
let that = this;
|
|
|
that.setData({
|
|
|
topNum: 1,
|
|
|
});
|
|
|
},
|
|
|
onHide () {
|
|
|
this.getTabBar().setData({
|
|
|
isShow: true,
|
|
|
});
|
|
|
this.setData({
|
|
|
whichOneShow: "",
|
|
|
// topNum: 1,
|
|
|
});
|
|
|
},
|
|
|
onUnload () {
|
|
|
console.log("destory");
|
|
|
},
|
|
|
toEnroll () {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/newEnroll/enroll/index",
|
|
|
});
|
|
|
},
|
|
|
goList () {
|
|
|
wx.navigateTo({
|
|
|
url: "/pages/filterPage/index",
|
|
|
});
|
|
|
},
|
|
|
getJobNum () {
|
|
|
// 获取48小时内职位更新数
|
|
|
customRequest("/yishoudan/custom/job/countUpdateNumByHour/48", {
|
|
|
header: 'headers',
|
|
|
method: 'get',
|
|
|
}).then((res) => {
|
|
|
console.log('getJobNum', res);
|
|
|
this.setData({
|
|
|
jobNum: res.data.data
|
|
|
})
|
|
|
}).catch(() => {
|
|
|
|
|
|
})
|
|
|
}
|
|
|
}); |