@@ -227,7 +227,7 @@
function yanzhengma(){
var mobile = $('#mobile').val();
- if(mobile == '' || phonenum(mobile)){
+ if(mobile == '' || !phonenum(mobile)){
alert('请输入正确手机号');
}else{
var yanzheng = document.getElementById("yzma");