zhjx hace 6 años
padre
commit
a6f5191600
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      resources/views/web/order/post.blade.php

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

xqd
@@ -130,7 +130,7 @@
                 if(!sth||sth==0){
                     alert("提交失败!");
                 }else{
-                    // document.getElementById("form1").submit();
+                    document.getElementById("form1").submit();
                 }
             }
 </script>