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

"'+(n.data.PageList[t].introduce==null?"--":n.data.PageList[t].introduce)+'"<\/p>',i+="<\/div>",i+='

<\/p>',i+="<\/div>";$("#one_mask_one").hide();r.data.PageList.length<6?$(".pageSwitch").hide():$(".pageSwitch").show();$("#viewpointList").html(i)}else $("#one_nodata_data").css("display","flex"),$(".pageSwitch").hide()},error:function(){}})}function checkAll(n){var t=$(n).attr("data-url");window.open(t)}function nextpage(){$("#one_mask_one").show();Pagenum=parm.PageNum+=1;$.ajax({type:"POST",url:"/privateMatch/_SelectMatchNewsToPage",data:{PageNum:Pagenum,PageRow:5},dataType:"json",success:function(n){var r=n,i,t;if(r.code===200)if(r.data!=null&&r.data.PageList.length>0){for($("#viewpointList").html(""),i="",t=0;t',i+='

<\/div>',i+='
',i+='
"'+(n.data.PageList[t].title==null?"--":n.data.PageList[t].title)+'"<\/span>'+(convertDateFunc(n.data.PageList[t].release_time)==null?"--":convertDateFunc(n.data.PageList[t].release_time))+"<\/span><\/div>",i+='

"'+(n.data.PageList[t].introduce==null?"--":n.data.PageList[t].introduce)+'"<\/p>',i+="<\/div>",i+='

<\/p>',i+="<\/div>";$("#one_mask_one").hide();$("#viewpointList").html(i)}else $("#one_mask_one").hide(),errorSnackbar("没有更多数据了!"),Pagenum=parm.PageNum-=1},error:function(){$("#one_mask_one").hide()}})}function Previous_page(){$("#one_mask_one").show();Pagenum=parm.PageNum-=1;Pagenum==0&&(errorSnackbar("没有更多数据了!"),$("#one_mask_one").hide(),Pagenum=parm.PageNum+=1);$.ajax({type:"POST",url:"/privateMatch/_SelectMatchNewsToPage",data:{PageNum:Pagenum,PageRow:5},dataType:"json",success:function(n){var r=n,i,t;if(r.code===200)if(r.data!=null&&r.data.PageList.length>0){for($("#viewpointList").html(""),i="",t=0;t',i+='

<\/div>',i+='
',i+='
"'+(n.data.PageList[t].title==null?"--":n.data.PageList[t].title)+'"<\/span>'+(convertDateFunc(n.data.PageList[t].release_time)==null?"--":convertDateFunc(n.data.PageList[t].release_time))+"<\/span><\/div>",i+='

"'+(n.data.PageList[t].introduce==null?"--":n.data.PageList[t].introduce)+'"<\/p>',i+="<\/div>",i+='

<\/p>',i+="<\/div>";$("#one_mask_one").hide();$("#viewpointList").html(i)}else $("#one_mask_one").hide(),$("#one_nodata_data").css("display","flex")},error:function(){$("#one_mask_one").hide()}})}$(document).ready(function(){mediaNews();$("html,body").animate({scrollTop:700},"300")});var parm={PageNum:1,PageRow:5},Pagenum="";$(".prev").hover(function(){$(this).attr("src","../../Content/img/match-img/but2_2H.png")},function(){$(this).attr("src","../../Content/img/match-img/but2_2.png")});$(".next").hover(function(){$(this).attr("src","../../Content/img/match-img/but1_1H.png")},function(){$(this).attr("src","../../Content/img/match-img/but1_1.png")})