$(document).ready(function() { //疾病专题 $('#jbzt').load("/msg/getMsgList4Front.do", { chanID : '10013', limit : '8', tovm : 'indexJbzt' }); //就医指南 $('#jyzn').load("/msg/getMsgList4Front.do", { chanID : '10015', limit : '8', tovm : 'indexJbzt' }); // 友情链接 $("#bzlj").load("/oprt/getlinkList4Front.do", { tovm: 'linkList4Front' }); //联系我们 $('#lxwm').load("/oprt/getStaticInfo.do", { staticid : '00001' }); //平面媒体--首页 $('#pmmt').load("/msg/ajax_leafChan_pmmt.do", { chanID : '10010', limit:'3', tovm : 'leafChan_pmmt' }); //平面媒体--二级页 $('#leafChan_pmmt_2').load("/msg/ajax_leafChan_jczt_pmmt.do", { chanID : '10032', limit:'8', tovm : 'leafChan_pmmt_2' }); //立体媒体 $('#ltmt').load("/msg/getFlvList_front.do", { chanID : '10033', limit:'3', tovm : 'leafChan_ltmt' }); //党建园地---首页 $('#djyd-index').load("/msg/ajax_leafChan.do", { chanID : '10023', limit:'7', tovm : 'leafChan_djyd_index' }); });