接口乱码问题修改

This commit is contained in:
冯辉
2025-10-22 13:22:06 +08:00
parent 4f94090b42
commit 20f2038f8c
9 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ onReachBottom(() => {
});
function navToPost(jobId) {
navTo(`/packageA/pages/post/post?jobId=${btoa(jobId)}`);
navTo(`/packageA/pages/post/post?jobId=${encodeURIComponent(jobId)}`);
}
function getJobList(type = 'add') {