Commit f2c5c2dd authored by liuqiao's avatar liuqiao

Merge branch 'feature-lq-04' into release_preview

parents 8ad16a5e 3a9f2000
...@@ -439,7 +439,7 @@ $("#jsAlterTel").bind("click",function(){ ...@@ -439,7 +439,7 @@ $("#jsAlterTel").bind("click",function(){
$("#newpassworderr").text("新密码需8位以上数字+英文,请重新设置"); $("#newpassworderr").text("新密码需8位以上数字+英文,请重新设置");
$("#newpassworderr").show(); $("#newpassworderr").show();
return false; return false;
} else if (/^\d+$/.test(newpassword)) { } else if (/d+[a-zA-Z]+/.test(newpassword)) {
console.log(1); console.log(1);
$("#newpassworderr").text("新密码需8位以上数字+英文,请重新设置"); $("#newpassworderr").text("新密码需8位以上数字+英文,请重新设置");
$("#newpassworderr").show(); $("#newpassworderr").show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment