This commit is contained in:
yj 2025-01-06 14:26:24 +08:00
parent 496a4dd28f
commit c299f6f5af
1 changed files with 1 additions and 1 deletions

View File

@ -50,8 +50,8 @@ const Index: React.FC = () => {
const userInfo = JSON.parse(storage.getItem('user') as string)
useEffect(() => {
setUser(userInfo)
feedBackModelRef.current.changeModal()
if (state?.currentSeconds >= 600) {
feedBackModelRef.current.changeModal()
}
}, [])
useEffect(() => {