From 20604bb28a9a5ef13ef06450201a0f2489765587 Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Mon, 6 Jan 2025 11:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=84=8F=E8=A7=81=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=E6=89=93=E5=BC=80=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/Home/Index/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/page/Home/Index/index.tsx b/src/page/Home/Index/index.tsx index ced6cab..a745085 100644 --- a/src/page/Home/Index/index.tsx +++ b/src/page/Home/Index/index.tsx @@ -50,7 +50,7 @@ const Index: React.FC = () => { const userInfo = JSON.parse(storage.getItem('user') as string) useEffect(() => { setUser(userInfo) - if (state?.currentSeconds >= 5) { + if (state?.currentSeconds >= 600) { feedBackModelRef.current.changeModal() } }, [])