为什么CAPTCHA无法重新加载?

时间:2018-11-07 04:53:53

标签: recaptcha captcha

当我从另一个页面打开signup页面时,Captchasignup页面上可见。当我重新加载注册页面时,Captcha消失了,但我不明白其背后的原因。

            <Recaptcha
              sitekey={CAPTCHA_KEY}
              render="explicit"
              onloadCallback={this.onCaptchaLoad}
              verifyCallback={this.verifyCaptchaCallback}
              badge="inline"
              type="audio"
              size="normal"
            />
            {!isCaptchaVerified &&
              captchaVerifyErrorMessage && (
                <p className="error-message">{captchaVerifyErrorMessage}</p>
              )}

在此我也无法理解render="explicit"

的含义

0 个答案:

没有答案