no message

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

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

Loading…
Cancel
Save