Jimy 6 年之前
父節點
當前提交
609e87e51f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/admin/sportsfoot/outcome.blade.php

+ 1 - 1
resources/views/admin/sportsfoot/outcome.blade.php

@@ -328,7 +328,7 @@
         })
 		
 		function addResult($match_id){
-            var match_id = $match_id;alert(match_id);
+            var match_id = $match_id;//alert(match_id);
             document.getElementById("matchid").value=$match_id;//赋值个弹窗
             $(":input").val(""); 
             $.ajax({