function anonymous( ) { with(this){return _c('div',{class:['modal','recaptcha-form',{'show-modal':show}]},[_c('div',{staticClass:"modal-content b2-radius"},[(loginType != 3 && checkType != 'normal')?_c('div',{staticClass:"check-code-luo modal-content-innter"},[_c('a',{staticClass:"close-icon",attrs:{"href":"javascript:void(0)"},on:{"click":close}},[_c('i',{staticClass:"b2font b2-close-line "})]),_v(" "),_c('h2',[_v("请进行人机验证")]),_v(" "),_c('div',{staticClass:"l-captcha",attrs:{"data-site-key":"","data-width":"100%","data-callback":"getResponse"}})]):_c('form',{on:{"submit":function($event){$event.stopPropagation();$event.preventDefault();return checkCode($event)}}},[_c('div',{staticClass:"modal-content-innter"},[_c('div',{staticClass:"recaptcha-img"},[(recaptchaUrl)?_c('img',{attrs:{"src":recaptchaUrl},on:{"click":change}}):_c('span',{staticClass:"recaptcha-load"}),_v(" "),_c('h2',[_v("请输入验证码")]),_v(" "),_m(0)]),_v(" "),_c('input',{directives:[{name:"model",rawName:"v-model",value:(recaptcha),expression:"recaptcha"}],class:recaptcha ? 'input-align-center' : '',attrs:{"type":"text","spellcheck":"false","autocomplete":"off"},domProps:{"value":(recaptcha)},on:{"input":function($event){if($event.target.composing)return;recaptcha=$event.target.value}}})]),_v(" "),_c('div',{staticClass:"recaptcha-button"},[_c('a',{staticClass:"button",attrs:{"href":"javascript:void(0)"},on:{"click":close}},[_v("取消")]),_c('button',{staticClass:"recaptcha-send button",attrs:{"type":"submit","disabled":disabled}},[_v("发送")])])])])])} }