From 177434c13a6e35da441797dd758a1dc0bfcff565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Sun, 5 Oct 2025 12:45:17 +0800 Subject: [PATCH] =?UTF-8?q?loading=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publishBall/components/AiImportPopup/AiImportPopup.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/publish_pages/publishBall/components/AiImportPopup/AiImportPopup.tsx b/src/publish_pages/publishBall/components/AiImportPopup/AiImportPopup.tsx index a4bf51c..47838a6 100644 --- a/src/publish_pages/publishBall/components/AiImportPopup/AiImportPopup.tsx +++ b/src/publish_pages/publishBall/components/AiImportPopup/AiImportPopup.tsx @@ -164,10 +164,16 @@ const AiImportPopup: React.FC = ({ title: '上传失败', icon: 'error' }) + initLoading() } } } + const initLoading = () => { + setLoading(false) + setUploadLoading(false) + } + const handleManualPublish = () => { if (onManualPublish) {