Commit 1c4719b7 by zhujian

'fixed'

parent 2a993011
......@@ -57,11 +57,6 @@ export default function WechatLogin(props: any) {
}
}, [status])
useEffect(() => {
if (leftTime == 60 || !ticket) {
return
}
useEffect(() => {
if (leftTime == 60 || !ticket) {
return
......@@ -85,7 +80,6 @@ export default function WechatLogin(props: any) {
})
}, [leftTime])
}, [leftTime])
return <div className='wechatLoginBox'>
<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