function mediaNews(){$("#one_mask_one").show();$.ajax({type:"POST",url:"/privateMatch/_SelectMatchNewsToPage",data:{PageNum:1,PageRow:4},dataType:"json",success:function(n){var r=n,t,i;if(console.log(n),r.code===200&&r.data.PageList!=null&&r.data.PageList.length>0){for(t="",i=0;i",t+='
',t+='
<\/div>',t+='
',t+='
"'+(n.data.PageList[i].title==null?"--":n.data.PageList[i].title)+'"<\/span>'+(convertDateFunc(n.data.PageList[i].release_time)==null?"--":convertDateFunc(n.data.PageList[i].release_time))+"<\/span><\/div>",t+='

"'+(n.data.PageList[i].introduce==null?"--":n.data.PageList[i].introduce)+'"<\/p>',t+="<\/div>",t+="<\/div>",t+="<\/li>";$("#one_mask_one").hide();$("#home_dynamic").html(t)}},error:function(){}})}function checkAll(n){var t=$(n).attr("data-url");window.open(t)}$(document).ready(function(){mediaNews();$("#myCarousel").carousel({interval:3e3})});var parm={PageRow:4,PageNum:1}