From 1165e027a72d4d62d95b3b8957ab9be36e720dc4 Mon Sep 17 00:00:00 2001 From: chashaobao Date: Thu, 6 Nov 2025 19:17:43 +0800 Subject: [PATCH] feat: --- src/components/group-certification-list/index.less | 2 +- src/components/user-batch-publish/index.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/group-certification-list/index.less b/src/components/group-certification-list/index.less index 9f70755..95d79d0 100644 --- a/src/components/group-certification-list/index.less +++ b/src/components/group-certification-list/index.less @@ -49,7 +49,7 @@ } &__pull-refresh { - margin-top: 72px; + margin-top: 204px; } &__item { diff --git a/src/components/user-batch-publish/index.tsx b/src/components/user-batch-publish/index.tsx index b8db202..d37c9a0 100644 --- a/src/components/user-batch-publish/index.tsx +++ b/src/components/user-batch-publish/index.tsx @@ -111,6 +111,7 @@ export default function UserBatchPublish({ cityCode, jobId }: { cityCode: string const jobDetail = await requestJobDetail(jobId); if (jobDetail.status !== JobManageStatus.Open) { + Taro.hideLoading(); setShowPublishJob(true); return; }