$(function(){ loadnews(1); //公司动态 loadnews(2); //行业洞察 loadproducts(); //产品信息 loadvisitcount(); $('.gxgs-tab span').click(function(){ var tabindex = $(this).index() $(this).addclass('active').siblings().removeclass('active') $('.qxgs').hide() $('#qxgs'+tabindex).show() }) }); //动态 function loadnews(type){ $.ajax({ type: "post", url: root_path + "/news/pagenews", data: "pagesize=1¤tpage=1&issued=1&type=" + type, datatype: "json", success: function(resultpage){ if( resultpage!=null && resultpage.content!=null && resultpage.content.length > 0){ if(resultpage.content[0].newspic == null || resultpage.content[0].newspic == ""){ resultpage.content[0].newspic = root_path + '/images/default/company.gif'; } if(type==1){ $("#nltrendsform\\:newspic").attr("src", resultpage.content[0].newspic); $("#nltrendsform").setjson( {"nltrendsform": resultpage.content[0]} ); $("#nltrendsform\\:href").attr("href",root_path+"/pagehtml_1_0/productsnews/news_content?newsid="+resultpage.content[0].id); }else if(type == 2){ $("#nlseeform\\:newspic").attr("src", resultpage.content[0].newspic); $("#nlseeform").setjson( {"nlseeform": resultpage.content[0]} ); $("#nlseeform\\:href").attr("href",root_path+"/pagehtml_1_0/productsnews/news_content?newsid="+resultpage.content[0].id); } } }, error: function(){ alert("抱歉,公司动态/行业洞察信息加载出错了"); } }); } //产品 function loadproducts(){ $.ajax({ type: "post", url: root_path + "/products/pageproducts", data: "pagesize=6¤tpage=1&issued=1", datatype: "json", success: function(resultpage){ if( resultpage!=null && resultpage.content!=null && resultpage.content.length > 0){ var apphtm = ""; $.each(resultpage.content, function(index, obj){ if(index < resultpage.content.length - 1){ apphtm += '