no message

cyl/job_im
jscyl13849007907 3 weeks ago
parent 97fdcaaa17
commit cbe1efe075

@ -574,10 +574,6 @@ export default {
name: "通告分享", name: "通告分享",
key: "1", key: "1",
}, },
{
name: "图标版",
key: "2",
},
], ],
active: 0, active: 0,
}, },
@ -725,7 +721,7 @@ export default {
this.getRecruitNum(); this.getRecruitNum();
// console.log("=====================", that.api.hasSee); // console.log("=====================", that.api.hasSee);
this.getDetail().then((res) => { this.getDetail().then((res) => {
// console.log("res", res); console.log("详情页1123", res,'--',that.jobDetail);
let objMiddle = JSON.parse(res.cozeStructureRes); let objMiddle = JSON.parse(res.cozeStructureRes);
console.log("objMiddle", objMiddle); console.log("objMiddle", objMiddle);
delete objMiddle["佣金"]; delete objMiddle["佣金"];
@ -760,7 +756,7 @@ export default {
// cozeStructureRessafeNotice // cozeStructureRessafeNotice
// -lastNotice // -lastNotice
// -jobInfotoB jobInfoWithoutxxtoC // -jobInfotoB jobInfoWithoutxxtoC
that.jobDetail.newdesc = objMiddle['safeNotice'] || '暂无脱敏版通告'; that.jobDetail.newdesc = res.lastNotice || '暂无原单'; //objMiddle['safeNotice'] || '';
}); });
this.loginInfo = uni.getStorageSync("apply-userinfo"); this.loginInfo = uni.getStorageSync("apply-userinfo");
if (uni.getStorageSync("apply-token")) { if (uni.getStorageSync("apply-token")) {
@ -790,6 +786,43 @@ export default {
this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
// console.log("this.IS_CREATOR", this.IS_CREATOR); // console.log("this.IS_CREATOR", this.IS_CREATOR);
this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag; this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag;
if(that.isJm){
that.tabInfo = {
list: [
{
name: "职位详情",
key: "0",
},
{
name: "通告分享",
key: "1",
},
{
name: "原单",
key: "2",
},
],
active: 0,
};
}else{
that.tabInfo = {
list: [
{
name: "职位详情",
key: "0",
},
{
name: "通告分享",
key: "1",
},
],
active: 0,
};
}
uni.getSystemInfo({ uni.getSystemInfo({
success: function (res) { success: function (res) {
// console.log(res); // console.log(res);

Loading…
Cancel
Save