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

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

xqd
@@ -130,6 +130,7 @@
     }
 
     function submits(){
+        console.log($('input[name="sample_type"]:checked ').val())
         var mobile = $('#mobile').val();
         if(mobile == '' || !phonenum(mobile)){
             alert('请输入正确手机号');