ai页面岗位跳转bug修复

This commit is contained in:
FengHui
2026-05-23 19:29:22 +08:00
parent 6b4c4a7bd5
commit 71d0836e1f
14 changed files with 67 additions and 84 deletions

View File

@@ -84,7 +84,7 @@ function toSelectDate() {
}
function navToPost(job) {
navTo(`/packageA/pages/post/post?jobId=${encodeURIComponent(job.jobId)}&encryptJobId=${encodeURIComponent(job.encryptJobId)}`);
navTo(`/packageA/pages/post/post?encryptJobId=${encodeURIComponent(job.encryptJobId)}`);
}
function searchCollection(e) {