Commit 1c4719b7 by zhujian

'fixed'

parent 2a993011
...@@ -57,11 +57,6 @@ export default function WechatLogin(props: any) { ...@@ -57,11 +57,6 @@ export default function WechatLogin(props: any) {
} }
}, [status]) }, [status])
useEffect(() => {
if (leftTime == 60 || !ticket) {
return
}
useEffect(() => { useEffect(() => {
if (leftTime == 60 || !ticket) { if (leftTime == 60 || !ticket) {
return return
...@@ -85,7 +80,6 @@ export default function WechatLogin(props: any) { ...@@ -85,7 +80,6 @@ export default function WechatLogin(props: any) {
}) })
}, [leftTime]) }, [leftTime])
}, [leftTime])
return <div className='wechatLoginBox'> return <div className='wechatLoginBox'>
<div className="rwm"> <div className="rwm">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment