欢迎来到成都120分钟不遮不挡集团股份有限公司官方网站
(function (w, d, n, a, j) { w[n] = w[n] || function () { return (w[n].a = w[n].a || []).push(arguments) }; j = d.createElement('script'); j.async = true; j.src = 'http://qiyukf.com/script/847abfdb82d6a970e5f5a82adb41d94e.js'; d.body.appendChild(j); })(window, document, 'ysf'); $("#header-top .ewm").hover(function(){ var img = $(this).children('img'); if(img.hasClass('top-wx')){ img[0].src = "/resources/img/wx.png"; } else if(img.hasClass('top-zfb')){ img[0].src = "/resources/img/zfb.png"; } else{ img[0].src = "/resources/img/APP.png"; } },function(){ var img = $(this).children('img'); if(img.hasClass('top-wx')){ img[0].src = "/resources/img/wxgray.png"; } else if(img.hasClass('top-zfb')){ img[0].src = "/resources/img/zfbgray.png"; } else{ img[0].src = "/resources/img/APPgray.png"; } }) $("#makeQuery").click(function(){ window["ysf"]("open"); });

当前位置: 首页 > 投资者关系

24小时供气热线

028-962777

纪检监督电话 (工作期间)

028-85064821

纪检监督邮箱

CDGAS_JIJIAN@crcgas.com

成都120分钟不遮不挡

(603053)

function createContent(rows){ if(!rows || rows.length <= 0) { $('#gasstop-list').html(''); return ; } var array = new Array(); for(var i=rows.length-1;i>0;i--){ var row = rows[i]; var htmlArray = new Array(); var dw = ' 下载'; htmlArray.push('

'+row.title+dw+'

'); array.push('
  • '+htmlArray.join('')+'
  • '); } $('#gasstop-list').html(array.join('')); } function createPage(page){ // page pageSize total var totalCount = page.total; var pageSize = page.pageSize; var currentPage = page.page; var pages =totalCount%pageSize == 0 ? Math.floor(totalCount / pageSize) : Math.floor(totalCount / pageSize) + 1;// 页码 var array = new Array(); if(currentPage == 1) { array.push('首页'); array.push('<'); } else { array.push('首页'); array.push('<'); } for(var i=0;i'+i+''); } else { array.push(''+i+''); } } if(currentPage == pages) { array.push('>'); array.push('尾页'); } else { array.push('>'); array.push('尾页') }; $('#gasstop-pages').html(array.join('')); createContent(page.rows); } function goPage(pageNo){ if(!pageNo) pageNo = 1; var data = { file : encodeURI($('#file').val())}; data.page = pageNo; $.jsonp("/api/jsonp/download/getPage",data,function(data){ createPage(data); }); } $(document).ready(function(){ goPage(); });
    $("#type-list-right .news-text").each(function(){ if(this.scrollHeight > 45) { $(this).children("a").addClass("cc"); } })