作者 李洪娟

修改

@@ -352,10 +352,7 @@ @@ -352,10 +352,7 @@
352 }else { 352 }else {
353 alert(data.msg); 353 alert(data.msg);
354 } 354 }
355 - //清空数据  
356 - for (var i = 0; i < txts.length; i++) {  
357 - $(txts[i]).val("")  
358 - } 355 +
359 } 356 }
360 }) 357 })
361 } 358 }
@@ -370,7 +370,6 @@ @@ -370,7 +370,6 @@
370 } 370 }
371 }) 371 })
372 372
373 -  
374 $("#pwd").focus(); 373 $("#pwd").focus();
375 $('.password_box').on('click','li',function(){ 374 $('.password_box').on('click','li',function(){
376 $('#pwd').focus(); 375 $('#pwd').focus();
@@ -421,10 +420,7 @@ @@ -421,10 +420,7 @@
421 }else { 420 }else {
422 alert(data.msg); 421 alert(data.msg);
423 } 422 }
424 - //清空数据  
425 - for (var i = 0; i < txts.length; i++) {  
426 - $(txts[i]).val("")  
427 - } 423 +
428 } 424 }
429 }) 425 })
430 } 426 }