火车首页手机端的搜索框去掉背景图。

hotfix/paypal-note
赵鹏 3 years ago
parent e11eae9600
commit 6adf57668e

@ -828,6 +828,10 @@ class Information extends CI_Controller
$template_TrainSearch = "";
if ($information->ic_url == "/china-trains/hometest.htm" || $information->ic_url == "/china-trains/") {
$template_TrainSearch = $this->load->view($template_path . '-train-index', null, TRUE);
if ($device=="mobile"){
//手机端的搜索框直接显示不再加背景图这样可以保证CLS分数。
$template = str_replace('<!--@TOP-BANNER@-->', '<div class="detailtopbanner">' . $template_TrainSearch . '</div>', $template);
}
}

Loading…
Cancel
Save