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

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

@@ -285,14 +285,14 @@
                     document.getElementById("matchwiner").value=data.newapp.match_winer;
                     document.getElementById("matchwiner").value=data.newapp.match_winer;
                     document.getElementById("uhomescore").value=data.newapp.u_home_score;
                     document.getElementById("uhomescore").value=data.newapp.u_home_score;
                     document.getElementById("uguestscore").value=data.newapp.u_guest_score;
                     document.getElementById("uguestscore").value=data.newapp.u_guest_score;
-                    document.getElementById("homeallcard").value=data.corner_ball.home;
-                    document.getElementById("guestallcard").value=data.corner_ball.guest;
-                    document.getElementById("homehalfcard").value=data.corner_ball.home_half;
-                    document.getElementById("guesthalfcard").value=data.corner_ball.guest_half;
-                    document.getElementById("homeallcorner").value=data.penalty_card.home;
-                    document.getElementById("guestallcorner").value=data.penalty_card.guest;
-                    document.getElementById("homehalfcorner").value=data.penalty_card.home_half;
-                    document.getElementById("guesthalfcorner").value=data.penalty_card.guest_half;
+                    document.getElementById("homeallcard").value=data.penalty_card.home;
+                    document.getElementById("guestallcard").value=data.penalty_card.guest;
+                    document.getElementById("homehalfcard").value=data.penalty_card.home_half;
+                    document.getElementById("guesthalfcard").value=data.penalty_card.guest_half;
+                    document.getElementById("homeallcorner").value=data.corner_ball.home;
+                    document.getElementById("guestallcorner").value=data.corner_ball.guest;
+                    document.getElementById("homehalfcorner").value=data.corner_ball.home_half;
+                    document.getElementById("guesthalfcorner").value=data.corner_ball.guest_half;
                 }
                 }
             })
             })