Commit ca2dd188 by sunchao

Merge branch 'dev' of http://139.224.139.2:9091/chaosun/CFFP into dev

parents 9c9e8b26 6871260b
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
return false; return false;
} }
if(!common.passwordValid(this.form.password)){ if(!common.passwordValid(this.form.password)){
common.errorDialog(2,'请输入6-12位数字字母组合'); common.errorDialog(2,'密码为6-12位数字字母组合');
return false; return false;
} }
} }
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
return false; return false;
} }
if(!common.passwordValid(this.form.account)){ if(!common.passwordValid(this.form.account)){
common.errorDialog(2,'账号为6-12位数字密码组合'); common.errorDialog(2,'账号为6-12位数字字母组合');
return false; return false;
} }
if(!this.agreeFlag){ if(!this.agreeFlag){
...@@ -283,7 +283,7 @@ ...@@ -283,7 +283,7 @@
common.errorDialog(1,'请输入密码'); common.errorDialog(1,'请输入密码');
return false; return false;
}else if(!common.passwordValid(this.form.password)){ }else if(!common.passwordValid(this.form.password)){
common.errorDialog(2,'请输入6-12位数字密码组合'); common.errorDialog(2,'密码为6-12位数字字母组合');
return false; return false;
} }
//代理商登录 //代理商登录
......
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