From e78a01a102551bf8e1034fbe14beeb4cbd20866a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 24 Aug 2023 16:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=B5=B7=E7=AB=99=E5=8A=A0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 8 +++++++- wysiwyg/ckfinder/安装说明.txt | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index a96fd095..a2f7ae7a 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2592,7 +2592,7 @@ class Information extends CI_Controller } $addonJs .= ''; //$addonJs .= ''; - $data["ADDONCSS"] .= ''; + $data["ADDONCSS"] .= ''; //一日游表单的替换 $DayTripData["productCode"]=$productCode; @@ -2629,6 +2629,12 @@ class Information extends CI_Controller $data["ADDONCSS"] .= ''; } + if ($meta_ct_page_type=="daytripform"){ + $productType = $meta_ct_page_type; + $addonJs .= ''; + $data["ADDONCSS"] .= ''; + } + $data["productType"] = $productType; $data["productCode"] = $productCode; diff --git a/wysiwyg/ckfinder/安装说明.txt b/wysiwyg/ckfinder/安装说明.txt index 873510ff..12b39d05 100644 --- a/wysiwyg/ckfinder/安装说明.txt +++ b/wysiwyg/ckfinder/安装说明.txt @@ -1,4 +1,4 @@ -需要在开放c:\windows\temp 所有人的读写权限 +需要在开放c:\windows\temp 所有人的读写权限 上传文件夹是在信息平台同级目录下的uploader-file 之后建立文件夹映射 @@ -13,4 +13,8 @@ mklink /D "D:\wwwroot\uploader-file\ah\pic" "D:\wwwroot\origin-www.asiahighlight mklink /D "D:\wwwroot\uploader-file\ch\image" "D:\wwwroot\origin-www.chinahighlights.com\image" -mklink /D "D:\wwwroot\uploader-file\ch\pic" "D:\wwwroot\origin-www.chinahighlights.com\pic" \ No newline at end of file +mklink /D "D:\wwwroot\uploader-file\ch\pic" "D:\wwwroot\origin-www.chinahighlights.com\pic" + +//shanghai +mklink /D "D:\wwwroot\uploader-file\shanghai\image" "D:\wwwroot\shanghaihighlights.com\image" +mklink /D "D:\wwwroot\uploader-file\shanghai\pic" "D:\wwwroot\shanghaihighlights.com\pic" \ No newline at end of file