欢迎来到成都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

function goPage(n){ window.location.href = "/information/gasstop/index.html?currentPage="+n; } /** * 检查特殊字符 % > < / * @param target */ function checkSpecialChar(target) { let val = $.trim($(target).val()); if(val && val.length>0 ){ let index = val.indexOf("%"); if(index>=0){ val = val.replace("%",""); } let index2 = val.indexOf(">"); if(index2>=0){ val = val.replace(">",""); } let index3 = val.indexOf("<"); if(index3>=0){ val = val.replace("<",""); } let index4 = val.indexOf("/"); if(index4>=0){ val = val.replace("/",""); } val = val.toLowerCase().replace("script",""); $(target).val(val); if(index>=0 || index2>=0 ||index3>=0 ||index4>=0){ alert("请勿输入特殊符号,例如:% > < /"); } } }
$("#type-list-right .news-text").each(function(){ if(this.scrollHeight > 45) { $(this).children("a").addClass("cc"); } })