From e5df074af52eebb4ec250bac665a83c1f4c10e8b Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 21 May 2026 18:58:49 +0800 Subject: [PATCH] no message --- root/chat/index.vue | 1 + root/detail/shareJob.vue | 1 + root/merchantManagement/child/jobList.vue | 3 +++ root/other/channelPage.vue | 3 ++- root/other/search.vue | 1 + root/person/collect.vue | 1 + 6 files changed, 9 insertions(+), 1 deletion(-) diff --git a/root/chat/index.vue b/root/chat/index.vue index 093cb60..b11a2b4 100644 --- a/root/chat/index.vue +++ b/root/chat/index.vue @@ -1324,6 +1324,7 @@ if(params.pageNum == 0){ params.pageNum = 1; } + params.checkStore = true; that.G.Post(_url, params, (res) => { let resData = {}; resData = res.pageBean; diff --git a/root/detail/shareJob.vue b/root/detail/shareJob.vue index e981470..ec54721 100644 --- a/root/detail/shareJob.vue +++ b/root/detail/shareJob.vue @@ -378,6 +378,7 @@ export default { jobClassify: "", cityName: that.selectedCity == "全国" ? "" : that.selectedCity, brandIds: "", + checkStore: true }; if (that.tabInfo.list[that.tabInfo.active].classify == 1) { params.jobType = 2; diff --git a/root/merchantManagement/child/jobList.vue b/root/merchantManagement/child/jobList.vue index 3f8f18c..2ec16a0 100644 --- a/root/merchantManagement/child/jobList.vue +++ b/root/merchantManagement/child/jobList.vue @@ -171,6 +171,7 @@ export default { keys: that.keyword, jobType: that.query.jobType, agencyId: uni.getStorageSync("AGENCY_ID"), + checkStore: true }, (res) => { console.log("一才职位列表:", res); @@ -199,6 +200,7 @@ export default { fuWuFei: that.G.setReturnFee(item.returnFee / 100, item.returnFeeType, 1), gender: that.G.getGenderByMinAge(item), recruitmentValue: item.recruitment == 1 ? true : false, + newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) }; }) : []; @@ -213,6 +215,7 @@ export default { fuWuFei: that.G.setReturnFee(item.returnFee / 100, item.returnFeeType, 1), gender: that.G.getGenderByMinAge(item), recruitmentValue: item.recruitment == 1 ? true : false, + newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) }; }) : [], diff --git a/root/other/channelPage.vue b/root/other/channelPage.vue index 3d218e4..2acf954 100644 --- a/root/other/channelPage.vue +++ b/root/other/channelPage.vue @@ -113,7 +113,7 @@ - + @@ -587,6 +587,7 @@ export default { jobClassify: "", cityName: that.selectedCity == "全国" ? "" : that.selectedCity, brandIds: "", + checkStore: true }; // console.log("查看更多筛选that.istype:", that.istype, " jLabelIds:", that.jLabelIds, " params", params); if (that.istype == "manage") { diff --git a/root/other/search.vue b/root/other/search.vue index 72facd7..d66fb49 100644 --- a/root/other/search.vue +++ b/root/other/search.vue @@ -115,6 +115,7 @@ export default { pageSize: that.query.size, keys: that.keyword, recruitment: 1, + checkStore: true }, (res) => { let resData = {}; diff --git a/root/person/collect.vue b/root/person/collect.vue index b913912..7d4c50f 100644 --- a/root/person/collect.vue +++ b/root/person/collect.vue @@ -88,6 +88,7 @@ export default { cityName: "", brandIds: "", jobCategoryLabelIds: "", + checkStore: true }, (res) => { console.log("一才职位列表:", res);