zhjx 6 years ago
parent
commit
74661b1daa
1 changed files with 1 additions and 0 deletions
  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('请输入正确手机号');