Commit 6871260b by wenyang

登录提示

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