Jimy 6 年之前
父节点
当前提交
36142702c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/admin/sportsfoot/outcome.blade.php

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

@@ -327,7 +327,7 @@
             $.ajax({
                 type: 'POST',
                 dataType: 'json',
-                url: '/admin/Sportsfoot/sairesult',
+                url: '/admin/Sportsfoot/Matchresult',
                 data: {match_id:match_id},
                 success: function(data) {
                     document.getElementById("firstscore").value=data.first_score;