正在显示
2 个修改的文件
包含
2 行增加
和
9 行删除
@@ -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 | } |
-
请 注册 或 登录 后发表评论