摸一下代码

This commit is contained in:
Jerry Yan 2019-09-26 22:29:30 +08:00
parent ff97626e36
commit eee5585f4a

View File

@ -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();