屏蔽我要招工消息中心的三项
This commit is contained in:
@@ -62,100 +62,102 @@ export default {
|
|||||||
url: "/pages/news/newsDetail?type=0",
|
url: "/pages/news/newsDetail?type=0",
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}, {
|
}
|
||||||
id: "1",
|
// , {
|
||||||
title: "任务申请",
|
// id: "1",
|
||||||
icon: "../../../static/img/renwu.png",
|
// title: "任务申请",
|
||||||
page: {
|
// icon: "../../../static/img/renwu.png",
|
||||||
current: 0,
|
// page: {
|
||||||
size: this.size,
|
// current: 0,
|
||||||
total: this.size,
|
// size: this.size,
|
||||||
},
|
// total: this.size,
|
||||||
data: [],
|
// },
|
||||||
prop: {
|
// data: [],
|
||||||
title: "missionTitle",
|
// prop: {
|
||||||
desc: (value) => {
|
// title: "missionTitle",
|
||||||
if (value.data[0])
|
// desc: (value) => {
|
||||||
return `您收到${value.data[0][0]["companyName"]}的任务`;
|
// if (value.data[0])
|
||||||
},
|
// return `您收到${value.data[0][0]["companyName"]}的任务`;
|
||||||
time: "createTime",
|
// },
|
||||||
isRead: "status",
|
// time: "createTime",
|
||||||
listDesc: "companyName",
|
// isRead: "status",
|
||||||
},
|
// listDesc: "companyName",
|
||||||
navigateTo(item, dispatch) {
|
// },
|
||||||
// dispatch("readNew", {
|
// navigateTo(item, dispatch) {
|
||||||
// key: "1",
|
// // dispatch("readNew", {
|
||||||
// id: item.id,
|
// // key: "1",
|
||||||
// });
|
// // id: item.id,
|
||||||
uni.navigateTo({
|
// // });
|
||||||
url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
// uni.navigateTo({
|
||||||
item.missionNo
|
// url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
||||||
)}&id=${encodeURIComponent(item.id)}`,
|
// item.missionNo
|
||||||
});
|
// )}&id=${encodeURIComponent(item.id)}`,
|
||||||
},
|
// });
|
||||||
}, {
|
// },
|
||||||
id: "1",
|
// }, {
|
||||||
title: "岗位申请",
|
// id: "1",
|
||||||
icon: "../../../static/img/job_recruit.svg",
|
// title: "岗位申请",
|
||||||
page: {
|
// icon: "../../../static/img/job_recruit.svg",
|
||||||
current: 0,
|
// page: {
|
||||||
size: this.size,
|
// current: 0,
|
||||||
total: this.size,
|
// size: this.size,
|
||||||
},
|
// total: this.size,
|
||||||
data: [],
|
// },
|
||||||
prop: {
|
// data: [],
|
||||||
title: "missionTitle",
|
// prop: {
|
||||||
desc: (value) => {
|
// title: "missionTitle",
|
||||||
if (value.data[0])
|
// desc: (value) => {
|
||||||
return `您收到${value.data[0][0]["companyName"]}的任务`;
|
// if (value.data[0])
|
||||||
},
|
// return `您收到${value.data[0][0]["companyName"]}的任务`;
|
||||||
time: "createTime",
|
// },
|
||||||
isRead: "status",
|
// time: "createTime",
|
||||||
listDesc: "companyName",
|
// isRead: "status",
|
||||||
},
|
// listDesc: "companyName",
|
||||||
navigateTo(item, dispatch) {
|
// },
|
||||||
// dispatch("readNew", {
|
// navigateTo(item, dispatch) {
|
||||||
// key: "1",
|
// // dispatch("readNew", {
|
||||||
// id: item.id,
|
// // key: "1",
|
||||||
// });
|
// // id: item.id,
|
||||||
uni.navigateTo({
|
// // });
|
||||||
url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
// uni.navigateTo({
|
||||||
item.missionNo
|
// url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
||||||
)}&id=${encodeURIComponent(item.id)}`,
|
// item.missionNo
|
||||||
});
|
// )}&id=${encodeURIComponent(item.id)}`,
|
||||||
},
|
// });
|
||||||
}, {
|
// },
|
||||||
id: "1",
|
// }, {
|
||||||
title: "个体户申请",
|
// id: "1",
|
||||||
icon: "../../../static/img/own_recruit.svg",
|
// title: "个体户申请",
|
||||||
page: {
|
// icon: "../../../static/img/own_recruit.svg",
|
||||||
current: 0,
|
// page: {
|
||||||
size: this.size,
|
// current: 0,
|
||||||
total: this.size,
|
// size: this.size,
|
||||||
},
|
// total: this.size,
|
||||||
data: [],
|
// },
|
||||||
prop: {
|
// data: [],
|
||||||
title: "missionTitle",
|
// prop: {
|
||||||
desc: (value) => {
|
// title: "missionTitle",
|
||||||
if (value.data[0])
|
// desc: (value) => {
|
||||||
return `您收到${value.data[0][0]["companyName"]}的任务`;
|
// if (value.data[0])
|
||||||
},
|
// return `您收到${value.data[0][0]["companyName"]}的任务`;
|
||||||
time: "createTime",
|
// },
|
||||||
isRead: "status",
|
// time: "createTime",
|
||||||
listDesc: "companyName",
|
// isRead: "status",
|
||||||
},
|
// listDesc: "companyName",
|
||||||
navigateTo(item, dispatch) {
|
// },
|
||||||
// dispatch("readNew", {
|
// navigateTo(item, dispatch) {
|
||||||
// key: "1",
|
// // dispatch("readNew", {
|
||||||
// id: item.id,
|
// // key: "1",
|
||||||
// });
|
// // id: item.id,
|
||||||
uni.navigateTo({
|
// // });
|
||||||
url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
// uni.navigateTo({
|
||||||
item.missionNo
|
// url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent(
|
||||||
)}&id=${encodeURIComponent(item.id)}`,
|
// item.missionNo
|
||||||
});
|
// )}&id=${encodeURIComponent(item.id)}`,
|
||||||
},
|
// });
|
||||||
},]
|
// },
|
||||||
|
// },
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() { },
|
onLoad() { },
|
||||||
|
|||||||
Reference in New Issue
Block a user