var current_channel_id = window.ICMS_CHANNEL_ID; var current_channel_link = window.ICMS_DOCUMENT_NEWS_CHANNEL_LINK; $(document).ready(function(){ //闅愯棌搴曢儴鍙嬫儏閾炬帴鍜屾柊闂绘墦鍒 if ($("#linksTab").length > 0) { $("#linksTab").hide(); } //骞垮憡浣嶆病鏈夊箍鍛婃椂闅愯棌 $('.ad_area').each(function () { if (($(this).find('a').length <= 0 && $(this).find('img').length <= 0) || $(this).height() == 0) { if ($(this).parent().hasClass('li_ad')) { $(this).parent().remove(); } else { $(this).remove(); } } }); //骞垮憡瓒呮椂闅愯棌 $('.icms_ad_item').each(function () { var type = parseInt($(this).attr('idvalue')); var $adArea = $(this).parents('.ad_area'); if (type == -1 || type == 0) { if ($adArea.parent().hasClass('li_ad')) { $adArea.parent().remove(); } else { $adArea.remove(); } } }); //鏃ュ巻鎺т欢 $("#datepicker").datepicker({ minDate: '2011-12-26', showOtherMonths: true, selectOtherMonths: false, onSelect: function(dateText, inst) { var today=new Date(); var dateArray=dateText.substr(0,10).split("-"); var date=new Date(dateArray[0],dateArray[1]-1,dateArray[2]); if(date<=today){ window.location.href = '/default.php?mod=newspaper&a=gen_one&channel_id=15&publish_date='+dateText; } } }); var currentPathname = window.location.pathname; //鐧婚檰 $('#a_login').click(function () { window.location.href = '/default.php?mod=user&a=login&re_url=' + encodeURI(currentPathname); }); //娉ㄥ唽 $('#a_register').click(function () { window.location.href = '/default.php?mod=user&a=register&re_url=' + encodeURI(currentPathname); }); /**********褰撳墠棰戦亾缁欓《閮╪av璧嬩簣鏍峰紡 begin**********/ $('#site_nav').find('a').each(function () { if (typeof(current_channel_link) == 'undefined') { if ($(this).attr('href') == currentPathname) { $(this).parent().addClass('am-active'); } } else { if ($(this).attr('href') == current_channel_link) { $(this).parent().addClass('am-active'); } } }); /**********褰撳墠棰戦亾缁欓《閮╪av璧嬩簣鏍峰紡 end**********/ //榧犳爣绉诲姩鍒版柊闂讳笂鐨勬牱寮忔敼鍙 $('body').on('mouseover mouseout', '.li_new', function(event){ if(event.type == "mouseover"){ $(this).addClass('bg_color'); }else if(event.type == "mouseout"){ $(this).removeClass('bg_color'); } }); /*****************鍥為《閮 鍒板簳閮 寮€濮?**************/ $(window).scroll(function(){ $(document).scrollTop() > 800 ? $('#s_goTop').show() : $('#s_goTop').hide(); }); $("a.up").click(function() { $("html, body").animate({ scrollTop: 0 }, { duration: 500, easing: "swing" }); return false; }); //鍒ゆ柇棰樺浘1,2,3鍝釜鏈夎皟鍝釜 $(".img_title_pic").each(function(){ var titlePic1 = $(this).attr("src"); var titlePic2 = $(this).attr("src2"); var titlePic3 = $(this).attr("src3"); var src = selectTitlePic(titlePic1, titlePic2, titlePic3); $(this).attr("src", src); }); $("a.down").click(function() { $(window).unbind('scroll', function_autoLoad);//瑙i櫎缁戝畾鐩戝惉锛氬叧闂嚜鍔ㄥ姞杞 $('#loading').hide(); $('#autoload').show(); $("html, body").animate({ scrollTop: $(document).height() }, { duration: 500, easing: "swing" }); return false; }); /*****************鍥為《閮 鍒板簳閮 缁撴潫***************/ /*****************鏃犻檺鍒嗛〉,涓嬫媺鍒板簳閮ㄦ椂鑷姩鍔犺浇鏇村***************/ //榛樿缁戝畾鈥滆嚜鍔ㄥ姞杞解€ // $(window).bind('scroll', function_autoLoad); //鎵撳紑鑷姩鍔犺浇 $('#autoload').click(function () { $(this).button('loading'); getPage( ICSWB_PAGE.method, ICSWB_PAGE.getChannelId(), ICSWB_PAGE.getIndex(), ICSWB_PAGE.getSize(), 0 ); $(this).button('reset'); $(window).bind('scroll', function_autoLoad);//缁戝畾鐩戝惉锛氳嚜鍔ㄥ姞杞 $('#autoload').hide(); $('#loading').show(); }); }); window.ICSWB_PAGE = (function(){ var index = 2; var size = 15; var isLoading = false; this.method = 'async_get_list'; var channelId = (function(){ var channelId = 0; if (typeof(current_channel_id) != 'undefined') { channelId = parseInt(current_channel_id); } return channelId; })(); //parseInt(current_channel_id); this.getChannelId = function(){ return channelId; }; this.getIndex = function(){ return index; }; this.setIndex = function(n){ index = n; }; this.addIndex = function(){ index++; }; this.getSize = function(){ return size; }; this.isLoading = function(){ return isLoading; }; this.startLoading = function(){ isLoading = true; }; this.endLoading = function(){ isLoading = false; }; return this; })(); var function_autoLoad = function() { console.log("function_autoLoad") // 褰撴粴鍔ㄥ埌鏈€搴曢儴浠ヤ笂500鍍忕礌,涓旀病鏈夋鍦ㄥ姞杞藉唴瀹规椂,鍔犺浇鏂板唴瀹 if ($(document).height() - $(this).scrollTop() - $(this).height() < 500 && !ICSWB_PAGE.isLoading()) { getPage( ICSWB_PAGE.method, ICSWB_PAGE.getChannelId(), ICSWB_PAGE.getIndex(), ICSWB_PAGE.getSize(), 0 ); } }; function getPage(method, channelId, pageIndex, pageSize, withContent){ // if (channelId <= 0) { // pageSize = 21; // } console.log('withContent=' + withContent); withContent = withContent ?? 1; console.log('withContent=' + withContent); ICSWB_PAGE.startLoading(); $.ajax({ type: 'GET', url: '/default.php', data: { mod: 'document_news', a: method, p: pageIndex, ps: pageSize, channel_id: channelId, with_content: withContent, }, dataType: 'JSONP', jsonp: 'jsonpcallback', success: function(data){ if(typeof data != 'undefined' && typeof data['result_list'] != 'undefined'){ data = data['result_list']; }else{ data = ""; } if(data.length > 0){ if(ICSWB_PAGE.getIndex() == 1){ buildPage(data, true); }else{ buildPage(data, false); } ICSWB_PAGE.addIndex(); }else{ $("#loading").remove(); } } }); } function selectTitlePic(titlePic1, titlePic2, titlePic3) { var src = titlePic1; if(src.length <= 0){ src = titlePic2; } if(src.length <= 0){ src = titlePic3; } return src; } function buildPage(data, needClear){ var container = $("#NewsListContainer"); if(needClear){ container.empty(); } $.each(data, function(i, v){ if(typeof v['DocumentNewsTitle'] != "undefined"){ var titlePic1 = v['TitlePic1UploadFileCompressPath1']; var titlePic2 = v['TitlePic2UploadFileCompressPath2']; var titlePic3 = v['TitlePic3UploadFileCompressPath3']; var src = selectTitlePic(titlePic1, titlePic2, titlePic3); var node = "
  • "; node += " "; node += "

    "+v['DocumentNewsTitle']+"

    "; node += " "; node += "
    "; node += " "; node += "
    "+v['ShowDate']+"
    "; node += "
    "; node += "
  • "; container.append(node); } }); ICSWB_PAGE.endLoading(); }