CT机票首页移动端去掉头部图片。

hotfix/paypal-note
赵鹏 3 years ago
parent 1b34c0fbe7
commit fa10c9501d

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

Loading…
Cancel
Save