flat: workId

This commit is contained in:
Apcallover
2024-05-08 10:57:47 +08:00
parent 7c586212dd
commit bdd6ce0af7
4 changed files with 23 additions and 2 deletions

View File

@@ -106,7 +106,7 @@
// 判断是岗位还是任务 0任务1岗位2政策
if (item.type == 0) {
uni.navigateTo({
url: `/pages/projectInfo/projectInfo?missionNo=${encodeURIComponent(no)}&isCan=1`
url: `/pages/projectInfo/projectInfo?missionNo=${encodeURIComponent(no)}&isCan=1&isInvite=1`
})
} else if (item.type == 1) {
uni.navigateTo({