@ -1545,6 +1545,11 @@ class Information extends CI_Controller
//机票首页
$template_TrainSearch = $this->load->view($template_path . '-flight-index', null, TRUE);
$ImgText = "";
//飞机票移动端去掉头部图片,保证搜索框CLS
if ($device == 'mobile') {
$meta_addon_picture = "";
$data["TOPBANNER"] = '<div class="banner">' . $template_TrainSearch . '</div>';
}
if (!empty($meta_addon_picture)) {