From b370983ea5c68bcea6797d585b7dbc6f42cd2d0d Mon Sep 17 00:00:00 2001 From: zxy <353513737@qq.com> Date: Sun, 31 Mar 2024 21:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=88=91=E8=A6=81=E6=8B=9B?= =?UTF-8?q?=E5=B7=A5=E6=B6=88=E6=81=AF=E4=B8=AD=E5=BF=83=E7=9A=84=E4=B8=89?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/recruit/subPage/MessageList.vue | 190 +++++++++++++------------- 1 file changed, 96 insertions(+), 94 deletions(-) diff --git a/pages/recruit/subPage/MessageList.vue b/pages/recruit/subPage/MessageList.vue index 9b9e220..9273183 100644 --- a/pages/recruit/subPage/MessageList.vue +++ b/pages/recruit/subPage/MessageList.vue @@ -62,100 +62,102 @@ export default { url: "/pages/news/newsDetail?type=0", }); }, - }, { - id: "1", - title: "任务申请", - icon: "../../../static/img/renwu.png", - page: { - current: 0, - size: this.size, - total: this.size, - }, - data: [], - prop: { - title: "missionTitle", - desc: (value) => { - if (value.data[0]) - return `您收到${value.data[0][0]["companyName"]}的任务`; - }, - time: "createTime", - isRead: "status", - listDesc: "companyName", - }, - navigateTo(item, dispatch) { - // dispatch("readNew", { - // key: "1", - // id: item.id, - // }); - uni.navigateTo({ - url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( - item.missionNo - )}&id=${encodeURIComponent(item.id)}`, - }); - }, - }, { - id: "1", - title: "岗位申请", - icon: "../../../static/img/job_recruit.svg", - page: { - current: 0, - size: this.size, - total: this.size, - }, - data: [], - prop: { - title: "missionTitle", - desc: (value) => { - if (value.data[0]) - return `您收到${value.data[0][0]["companyName"]}的任务`; - }, - time: "createTime", - isRead: "status", - listDesc: "companyName", - }, - navigateTo(item, dispatch) { - // dispatch("readNew", { - // key: "1", - // id: item.id, - // }); - uni.navigateTo({ - url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( - item.missionNo - )}&id=${encodeURIComponent(item.id)}`, - }); - }, - }, { - id: "1", - title: "个体户申请", - icon: "../../../static/img/own_recruit.svg", - page: { - current: 0, - size: this.size, - total: this.size, - }, - data: [], - prop: { - title: "missionTitle", - desc: (value) => { - if (value.data[0]) - return `您收到${value.data[0][0]["companyName"]}的任务`; - }, - time: "createTime", - isRead: "status", - listDesc: "companyName", - }, - navigateTo(item, dispatch) { - // dispatch("readNew", { - // key: "1", - // id: item.id, - // }); - uni.navigateTo({ - url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( - item.missionNo - )}&id=${encodeURIComponent(item.id)}`, - }); - }, - },] + } + // , { + // id: "1", + // title: "任务申请", + // icon: "../../../static/img/renwu.png", + // page: { + // current: 0, + // size: this.size, + // total: this.size, + // }, + // data: [], + // prop: { + // title: "missionTitle", + // desc: (value) => { + // if (value.data[0]) + // return `您收到${value.data[0][0]["companyName"]}的任务`; + // }, + // time: "createTime", + // isRead: "status", + // listDesc: "companyName", + // }, + // navigateTo(item, dispatch) { + // // dispatch("readNew", { + // // key: "1", + // // id: item.id, + // // }); + // uni.navigateTo({ + // url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( + // item.missionNo + // )}&id=${encodeURIComponent(item.id)}`, + // }); + // }, + // }, { + // id: "1", + // title: "岗位申请", + // icon: "../../../static/img/job_recruit.svg", + // page: { + // current: 0, + // size: this.size, + // total: this.size, + // }, + // data: [], + // prop: { + // title: "missionTitle", + // desc: (value) => { + // if (value.data[0]) + // return `您收到${value.data[0][0]["companyName"]}的任务`; + // }, + // time: "createTime", + // isRead: "status", + // listDesc: "companyName", + // }, + // navigateTo(item, dispatch) { + // // dispatch("readNew", { + // // key: "1", + // // id: item.id, + // // }); + // uni.navigateTo({ + // url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( + // item.missionNo + // )}&id=${encodeURIComponent(item.id)}`, + // }); + // }, + // }, { + // id: "1", + // title: "个体户申请", + // icon: "../../../static/img/own_recruit.svg", + // page: { + // current: 0, + // size: this.size, + // total: this.size, + // }, + // data: [], + // prop: { + // title: "missionTitle", + // desc: (value) => { + // if (value.data[0]) + // return `您收到${value.data[0][0]["companyName"]}的任务`; + // }, + // time: "createTime", + // isRead: "status", + // listDesc: "companyName", + // }, + // navigateTo(item, dispatch) { + // // dispatch("readNew", { + // // key: "1", + // // id: item.id, + // // }); + // uni.navigateTo({ + // url: `/pages/projectInfo/projectInfo?type=1&missionNo=${encodeURIComponent( + // item.missionNo + // )}&id=${encodeURIComponent(item.id)}`, + // }); + // }, + // }, + ] } }, onLoad() { },