职位相关页面encryptJobId字段添加

This commit is contained in:
FengHui
2026-04-22 21:59:21 +08:00
parent 311d234b5c
commit c60119c369
8 changed files with 19 additions and 14 deletions

View File

@@ -1092,7 +1092,7 @@ function clearfindJob(job) {
}
function nextDetail(job) {
navTo(`/packageA/pages/post/post?encryptJobId=${encodeURIComponent(job.encryptJobId)}`);
navTo(`/packageA/pages/post/post?jobId=${encodeURIComponent(job.jobId)}&encryptJobId=${encodeURIComponent(job.encryptJobId)}`);
}
function navToService(serviceType) {