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 20604bb28a - Show all commits

View File

@ -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()
}
}, [])