作者 李洪娟

修改页面

@@ -366,8 +366,6 @@ @@ -366,8 +366,6 @@
366 }) 366 })
367 } 367 }
368 }) 368 })
369 -  
370 -  
371 // var str="" 369 // var str=""
372 // var txts = wrap.getElementsByClassName("entercode"); 370 // var txts = wrap.getElementsByClassName("entercode");
373 // //输入的密码自动输入到下一个 371 // //输入的密码自动输入到下一个
@@ -450,7 +448,6 @@ @@ -450,7 +448,6 @@
450 // txts[0].removeAttribute("readonly"); 448 // txts[0].removeAttribute("readonly");
451 // } 449 // }
452 450
453 -  
454 $("#pwd").focus(); 451 $("#pwd").focus();
455 $('.password_box').on('click','li',function(){ 452 $('.password_box').on('click','li',function(){
456 $('#pwd').focus(); 453 $('#pwd').focus();
@@ -461,7 +458,6 @@ @@ -461,7 +458,6 @@
461 } 458 }
462 459
463 }) 460 })
464 -  
465 $('#pwd').on('input',function(){ 461 $('#pwd').on('input',function(){
466 var leng = 0; 462 var leng = 0;
467 if(/[^\d]/g.test($(this).val())){ 463 if(/[^\d]/g.test($(this).val())){