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