Commit b8bf2733 by zhanghaozhe

无痕验证

parent b964976a
......@@ -96,6 +96,9 @@ class Invitation extends Component {
joinTeam = data => {
const {user, history, noTraceValidation, showCaptchaModal} = this.props
if(user.isFetching){
return
}
if (noTraceValidation.isNeedValidation && !noTraceValidation.isShowCaptcha) {
showCaptchaModal()
return
......
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