no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 6409848131
commit e5df074af5

@ -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;

@ -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;

@ -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)
};
})
: [],

@ -113,7 +113,7 @@
<view class="g_position_rela">
<!-- :isuse="tabInfo.active == 1 ? 'fujin' : 'rijie'" -->
<view class="g_h_8"> </view>
<g-yi-list-job :pt="tabInfo.active == 0 ? 0 : 120" from="home" class="g_h_all" :list="query.list" @clickCard="goDetail" @successLogin="successLogin" :loading="loading" :speed="speed" :reload="reload" :query="query" :isShowLoginBtn="isLogin ? false : true" :emptyText="isLogin ? '没有符合条件的职位' : '您还没有登录,请登录后查看所有职位'" />
<g-yi-list-job :pt="tabInfo.active == 0 ? 0 : 120" from="home" class="g_h_all" :list="query.list" @clickCard="goDetail" @successLogin="successLogin" :loading="loading" :speed="speed" :reload="reload" :query="query" :isShowLoginBtn="isLogin ? false : true" :emptyText="isLogin ? '没有符合条件的职位' : '您还没有登录,请登录后查看所有职位'" :isshowskit="false" />
</view>
</view>
</scroll-view>
@ -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") {

@ -115,6 +115,7 @@ export default {
pageSize: that.query.size,
keys: that.keyword,
recruitment: 1,
checkStore: true
},
(res) => {
let resData = {};

@ -88,6 +88,7 @@ export default {
cityName: "",
brandIds: "",
jobCategoryLabelIds: "",
checkStore: true
},
(res) => {
console.log("一才职位列表:", res);

Loading…
Cancel
Save