dyjh 6 년 전
부모
커밋
0a7053f569
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/web/order/index.blade.php

+ 1 - 1
resources/views/web/order/index.blade.php

xqd
@@ -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");