作者 lyh

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6

@@ -176,6 +176,9 @@ class BTemplateLogic extends BaseLogic @@ -176,6 +176,9 @@ class BTemplateLogic extends BaseLogic
176 $this->fail('定制页面,请先上传代码块'); 176 $this->fail('定制页面,请先上传代码块');
177 } 177 }
178 $commonInfo = $this->getCustomizedCommonHtml($type);//获取定制头部 178 $commonInfo = $this->getCustomizedCommonHtml($type);//获取定制头部
  179 + if($this->user['project_id'] == 655){
  180 + return $customHtmlInfo['main_html'];
  181 + }
179 if($commonInfo !== false){ 182 if($commonInfo !== false){
180 $customHtmlInfo['main_html'] = $this->handleAllHtml($commonInfo,$customHtmlInfo['main_html']); 183 $customHtmlInfo['main_html'] = $this->handleAllHtml($commonInfo,$customHtmlInfo['main_html']);
181 } 184 }