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 +}