yangjie #47

Merged
yangqiang merged 49 commits from yangjie into master 2025-01-24 13:43:09 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c299f6f5af - Show all commits

View File

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