From cc3f84196c019d418bfd183ab7f925fc4665b537 Mon Sep 17 00:00:00 2001 From: xuchao <1151716571@qq.com> Date: Mon, 12 Jan 2026 12:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=8A=A5=E5=90=8D=E6=8B=9B?= =?UTF-8?q?=E8=81=98=E4=BC=9A=E9=80=BB=E8=BE=91=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/jobfair/signDialog.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/components/jobfair/signDialog.vue b/components/jobfair/signDialog.vue index 6890a57..bde9699 100644 --- a/components/jobfair/signDialog.vue +++ b/components/jobfair/signDialog.vue @@ -275,14 +275,15 @@ Authorization: `Bearer ${uni.getStorageSync("Padmin-Token")}` }).then((resData) => { if(resData.code == 200){ - let isPublishJobList = resData.data.list || []; - jobList.value = isPublishJobList.filter(job => job.isPublish === "1"); - if (isPublishJobList.length > 0 && jobList.value.length === 0) { - uni.showToast({ - title: '请等待岗位审核通过后,再进行报名', - icon: 'none' - }); - } + jobList.value = resData.data.list || []; + // let isPublishJobList = resData.data.list || []; + // jobList.value = isPublishJobList.filter(job => job.isPublish === "1"); + // if (isPublishJobList.length > 0 && jobList.value.length === 0) { + // uni.showToast({ + // title: '请等待岗位审核通过后,再进行报名', + // icon: 'none' + // }); + // } }else{ uni.showToast({ title: '请前往基本信息中完善企业信息和岗位信息',