gee-captcha.hbs 258 Bytes
{{#if @root.geetest}}
    <script>window._geeCaptcha = true;</script>
    <script src="https://static.geetest.com/static/tools/gt.js"></script>
{{/if}}

{{#if @root.pc.password.alwaysNeedCaptcha}}
    <script>window._passwordCaptcha = true;</script>
{{/if}}