|
|
|
@ -1062,6 +1062,10 @@ Page({
|
|
|
|
this.setData({
|
|
|
|
this.setData({
|
|
|
|
copyList: JSON.parse(JSON.stringify(this.data.filterData)),
|
|
|
|
copyList: JSON.parse(JSON.stringify(this.data.filterData)),
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
that.setData({
|
|
|
|
|
|
|
|
recordList: [],
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
that.getJobList();
|
|
|
|
// that.getJobList();
|
|
|
|
// that.getJobList();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onReady () {
|
|
|
|
onReady () {
|
|
|
|
@ -1509,10 +1513,10 @@ Page({
|
|
|
|
}
|
|
|
|
}
|
|
|
|
wx.removeStorageSync("FROMCITY");
|
|
|
|
wx.removeStorageSync("FROMCITY");
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
that.setData({
|
|
|
|
// that.setData({
|
|
|
|
recordList: [],
|
|
|
|
// recordList: [],
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
that.getJobList();
|
|
|
|
// that.getJobList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (typeof this.getTabBar === "function" && this.getTabBar()) {
|
|
|
|
if (typeof this.getTabBar === "function" && this.getTabBar()) {
|
|
|
|
this.getTabBar().setData({
|
|
|
|
this.getTabBar().setData({
|
|
|
|
@ -1781,7 +1785,9 @@ Page({
|
|
|
|
|
|
|
|
|
|
|
|
console.log(that.data.inputVal);
|
|
|
|
console.log(that.data.inputVal);
|
|
|
|
that.data.storeJobListSearchForm.cityName = that.data.searchCityParamStorage.name;
|
|
|
|
that.data.storeJobListSearchForm.cityName = that.data.searchCityParamStorage.name;
|
|
|
|
if (app.isEmptyCheck(that.data.searchCityParamStorage.name)) {
|
|
|
|
console.log(that.data.storeJobListSearchForm.cityName)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (app.isEmptyCheck(that.data.searchCityParamStorage.name) || that.data.storeJobListSearchForm.cityName == '全国') {
|
|
|
|
that.data.storeJobListSearchForm.cityName = "";
|
|
|
|
that.data.storeJobListSearchForm.cityName = "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal == "搜索职位" ? "" : that.data.inputVal;
|
|
|
|
that.data.storeJobListSearchForm.keys = that.data.inputVal == "搜索职位" ? "" : that.data.inputVal;
|
|
|
|
@ -1841,7 +1847,7 @@ Page({
|
|
|
|
that.getTag();
|
|
|
|
that.getTag();
|
|
|
|
|
|
|
|
|
|
|
|
that.data.recordList.forEach((item, index) => {
|
|
|
|
that.data.recordList.forEach((item, index) => {
|
|
|
|
console.log(item.storeDistrict);
|
|
|
|
// console.log(item.storeDistrict);
|
|
|
|
item['citys'] = commonUtil.setJobInfoPosition(item.storeDistrict)
|
|
|
|
item['citys'] = commonUtil.setJobInfoPosition(item.storeDistrict)
|
|
|
|
// console.log(item);
|
|
|
|
// console.log(item);
|
|
|
|
if (app.isNotEmptyCheck(item.returnFeeType) || item.returnFeeType == "0" || item.returnFee == "0") {
|
|
|
|
if (app.isNotEmptyCheck(item.returnFeeType) || item.returnFeeType == "0" || item.returnFee == "0") {
|
|
|
|
|