正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -494,7 +494,7 @@ class BTemplateLogic extends BaseLogic | @@ -494,7 +494,7 @@ class BTemplateLogic extends BaseLogic | ||
| 494 | return $this->success(); | 494 | return $this->success(); |
| 495 | } | 495 | } |
| 496 | } | 496 | } |
| 497 | - //其他情况 | 497 | + //todo::其他情况 |
| 498 | $type = $this->getType($source,$is_list,$is_custom);//获取头部类型1-9(首页到自定义页面) | 498 | $type = $this->getType($source,$is_list,$is_custom);//获取头部类型1-9(首页到自定义页面) |
| 499 | if($template_id == 0){//定制页面默认为独立头部 | 499 | if($template_id == 0){//定制页面默认为独立头部 |
| 500 | $type = $this->getCustomizedType($source,$is_list);//定制默认独立头部 | 500 | $type = $this->getCustomizedType($source,$is_list);//定制默认独立头部 |
-
请 注册 或 登录 后发表评论