From 4362edd6463db5b3d3da72046c4efe9d0386acca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Mon, 17 May 2021 11:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=BE=E7=89=87=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=9B=B4=E6=96=B0=E5=BB=B6=E8=BF=9F=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E5=8F=8A=E5=9B=BE=E7=89=87=E8=AE=BE=E7=BD=AE=E5=AE=BD=E9=AB=98?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index cc81db16..0104a84c 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -837,6 +837,12 @@ class Information extends CI_Controller // },$ic_content); //$ic_content = '
'.$ic_content.'
'; //兼容拷贝过来的内容样式 + + //图片加延迟 + $ic_content=$this->html_optimize_lib->set_lazy_loader($ic_content,'https://data.chinatravel.com/images/mobile-first/grey.gif'); + + $ic_content = $this->html_optimize_lib->set_image_size($ic_content); + $data["CUSTOMCONENT"] = $ic_content; @@ -1064,20 +1070,6 @@ class Information extends CI_Controller file_put_contents($html_path, $template, LOCK_EX); - // //Google广告代码 - // if (!empty(get_meta($information->ic_id, 'meta_google_ad_content'))) { - // $template = str_replace('', '', $template); - // } - // if (!empty(get_meta($information->ic_id, 'meta_google_ad_article'))) { - // $in_article_google=$this->load->view($template_path.'-google-ad', false,true); - // $template = str_replace('', $in_article_google, $template); - // } - - // //设置图片尺寸 - // //$template=$this->html_optimize_lib->set_image_size($template); - // // /travelguide/chinese-zodiac/monthly-fortune-for-dog.htm - - } //通过内容找到第一张图片