diff --git a/application/controllers/information.php b/application/controllers/information.php index e1e8ae31..040730de 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1113,7 +1113,7 @@ class Information extends CI_Controller // 检查图片地址格式 $parsed_photo_url = parse_url($parsed_photo); - if (strpos($parsed_photo,"data.chinahighlights.com")!==false ){ + if (strpos($parsed_photo,"data.chinahighlights.com")!==false ){ //判断是否录入了//data.chinahighlihgts.com这种以前兼容http的图片url //如果有,就不需要改变图片url } @@ -2492,6 +2492,16 @@ class Information extends CI_Controller $template = str_replace('', '', $template); } + $meta_note_ogtitle = get_meta($information->ic_id, 'meta_note_ogtitle'); + if (!empty($meta_note_ogtitle)) { + $template = str_replace('', '', $template); + } + + $meta_note = get_meta($information->ic_id, 'meta_note'); + if (!empty($meta_note)) { + $template = str_replace('', '', $template); + } + $meta_index_set = get_meta($information->ic_id, 'meta_index_set'); if (!empty($meta_index_set)) { $template = str_replace('', '', $template); @@ -3044,7 +3054,7 @@ class Information extends CI_Controller } $template_TrainDetailSearch = $this->load->view($template_path . '-train-index', $data_TrainCity, true); } - + /* 详细内容 */ diff --git a/application/views/mobile_first/ah-lantern-form-2025.php b/application/views/mobile_first/ah-lantern-form-2025.php index df408dd5..cad2a798 100644 --- a/application/views/mobile_first/ah-lantern-form-2025.php +++ b/application/views/mobile_first/ah-lantern-form-2025.php @@ -50,6 +50,15 @@ +