Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论