@@ -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({