...
|
...
|
@@ -366,8 +366,6 @@ |
|
|
})
|
|
|
}
|
|
|
})
|
|
|
|
|
|
|
|
|
// var str=""
|
|
|
// var txts = wrap.getElementsByClassName("entercode");
|
|
|
// //输入的密码自动输入到下一个
|
...
|
...
|
@@ -450,7 +448,6 @@ |
|
|
// txts[0].removeAttribute("readonly");
|
|
|
// }
|
|
|
|
|
|
|
|
|
$("#pwd").focus();
|
|
|
$('.password_box').on('click','li',function(){
|
|
|
$('#pwd').focus();
|
...
|
...
|
@@ -461,7 +458,6 @@ |
|
|
}
|
|
|
|
|
|
})
|
|
|
|
|
|
$('#pwd').on('input',function(){
|
|
|
var leng = 0;
|
|
|
if(/[^\d]/g.test($(this).val())){
|
...
|
...
|
|