修改意见反馈打开时间
This commit is contained in:
parent
9a6a5904a4
commit
20604bb28a
|
|
@ -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()
|
||||
}
|
||||
}, [])
|
||||
|
|
|
|||
Loading…
Reference in New Issue