This commit is contained in:
18500206848
2024-04-29 11:03:18 +08:00
parent fb837f10a9
commit 63404f9c6a
4 changed files with 9 additions and 38 deletions

View File

@@ -80,7 +80,7 @@ const news = {
},
"1": {
id: "1",
title: "岗位推送",
title: "推送零工岗位",
icon: "../../static/img/renwu.png",
page: {
current: 0,
@@ -110,7 +110,7 @@ const news = {
},
"2": {
id: "1",
title: "岗位推送",
title: "推送全职岗位",
icon: "../../static/img/gangwei.svg",
page: {
current: 0,
@@ -138,39 +138,9 @@ const news = {
})
}
},
// "3": {
// id: "1",
// title: "技能推送",
// icon: "../../static/img/jineng.svg",
// page: {
// current: 0,
// size,
// total: 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)}`
// })
// }
// },
"4": {
id: "1",
title: "政策推送",
title: "推送政策指南",
icon: "../../static/img/zhengce.svg",
page: {
current: 0,