diff --git a/js/login.js b/js/login.js index d102920..cc1227d 100644 --- a/js/login.js +++ b/js/login.js @@ -67,6 +67,8 @@ mui.plusReady(function() { $('.btn').attr('disabled', 'disabled'); var captcha1 = new TencentCaptcha(document.getElementById('Tcaptcha')); captcha1.show(); + // 修复点登陆的时候弹出输入法 + $("input").blur() setTimeout(function(){ $('.feedback-group',document.getElementById('tcaptcha_iframe').contentWindow.document).hide(); // $('.feedback-group',document.frames("")).hide();