@@ -201,7 +201,7 @@
return
}
var phone = $.trim($("#tel").val());
- if((!Verification.isPhone(phone))||(!CreatePhone.isPhone(phone))){
+ if((!Verification.isPhone(phone))&&(!CreatePhone.isPhone(phone))){
EasyAlert.show("手机号格式错误");