From b98e706fa9d34e34c7fc13d6e2970bdb7597eb0c Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Fri, 5 Sep 2025 00:45:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E4=BB=A5=E6=94=B9=E5=96=84?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 6b09514..3b0364a 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -98,8 +98,8 @@ export default function Home() { } catch (e) { // 处理失败 Taro.showToast({ - title: (e as Error).message || '处理失败', - icon: 'error', + title: '请等待生成中的任务完成后再尝试', + icon: 'none', duration: 2000 }) } @@ -145,4 +145,4 @@ export default function Home() { ) -} \ No newline at end of file +}