修改意见反馈打开时间

This commit is contained in:
yj 2025-01-06 11:19:20 +08:00
parent 9a6a5904a4
commit 20604bb28a
1 changed files with 1 additions and 1 deletions

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