This commit is contained in:
chashaobao
2025-11-06 19:17:43 +08:00
parent 4d146fb1e4
commit 1165e027a7
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@
} }
&__pull-refresh { &__pull-refresh {
margin-top: 72px; margin-top: 204px;
} }
&__item { &__item {

View File

@ -111,6 +111,7 @@ export default function UserBatchPublish({ cityCode, jobId }: { cityCode: string
const jobDetail = await requestJobDetail(jobId); const jobDetail = await requestJobDetail(jobId);
if (jobDetail.status !== JobManageStatus.Open) { if (jobDetail.status !== JobManageStatus.Open) {
Taro.hideLoading();
setShowPublishJob(true); setShowPublishJob(true);
return; return;
} }