CT站火车首页优化

hotfix/paypal-note
赵鹏 3 years ago
parent 7c39e276aa
commit 98bd2058b0

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

Loading…
Cancel
Save