HOME
e[2][0]);
$("#match_"+matchid+"_kedui").html(data[0].score[3][0]);
}else if(data[0].type_id == 2 && typeof(data[0].score) != "undefined"){
$("#match_"+matchid+"_zhudui").html(data[0].score[3][0]+data[0].score[3][1]+data[0].score[3][2]+data[0].score[3][3]+data[0].score[3][4]);
$("#match_"+matchid+"_kedui").html(data[0].score[4][0]+data[0].score[4][1]+data[0].score[4][2]+data[0].score[4][3]+data[0].score[4][4]);
}else{
$("#match_"+matchid+"_zhudui").html(0);
$("#match_"+matchid+"_kedui").html(0);
}
}
});
}
get_match_source(1,4181938);