|
|
|
@ -861,8 +861,8 @@ class Information extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//主样式表,内联模式
|
|
|
|
|
//$apiweb="http://202.103.68.104"; //本地测试
|
|
|
|
|
$apiweb = "https://data.chinatravel.com";
|
|
|
|
|
$apiweb="http://202.103.68.104"; //本地测试
|
|
|
|
|
//$apiweb = "https://data.chinatravel.com";
|
|
|
|
|
if ($device == "mobile") {
|
|
|
|
|
$cssUrl = $apiweb . "/css/newcss3/base.css?v=".time();
|
|
|
|
|
} else {
|
|
|
|
@ -984,6 +984,14 @@ class Information extends CI_Controller
|
|
|
|
|
$data["clisn"] = $tourdata->clisn;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//表单页
|
|
|
|
|
if (in_array($meta_ct_page_type, array("customize", "contactus"))){
|
|
|
|
|
$productType=$meta_ct_page_type;
|
|
|
|
|
$addonJs .= '<script src="'.$apiweb.'/js/mobile-first/form.js"></script>';
|
|
|
|
|
$data["ADDONCSS"] .= '<link href="' . $apiweb . '/css/newcss3/flatpickr.css" rel="stylesheet" />';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$data["productType"] = $productType;
|
|
|
|
|
$data["productCode"] = $productCode;
|
|
|
|
|
|
|
|
|
|