摸一下代码
This commit is contained in:
parent
ff97626e36
commit
eee5585f4a
@ -67,6 +67,8 @@ mui.plusReady(function() {
|
|||||||
$('.btn').attr('disabled', 'disabled');
|
$('.btn').attr('disabled', 'disabled');
|
||||||
var captcha1 = new TencentCaptcha(document.getElementById('Tcaptcha'));
|
var captcha1 = new TencentCaptcha(document.getElementById('Tcaptcha'));
|
||||||
captcha1.show();
|
captcha1.show();
|
||||||
|
// 修复点登陆的时候弹出输入法
|
||||||
|
$("input").blur()
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
$('.feedback-group',document.getElementById('tcaptcha_iframe').contentWindow.document).hide();
|
$('.feedback-group',document.getElementById('tcaptcha_iframe').contentWindow.document).hide();
|
||||||
// $('.feedback-group',document.frames("")).hide();
|
// $('.feedback-group',document.frames("")).hide();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user