Skip to content

Commit

Permalink
彻底搞定注册
Browse files Browse the repository at this point in the history
  • Loading branch information
yisar committed Jan 15, 2020
1 parent f2700a5 commit 2c62945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions component/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Mine(props) {
postSignup({ name, pwd, qq }).then(res => {
setQQ(0)
setTip(true)
setTimeout(() => setTip(false), 3000)
})
}
return (
Expand Down

0 comments on commit 2c62945

Please sign in to comment.