|
...
|
...
|
@@ -494,7 +494,7 @@ class BTemplateLogic extends BaseLogic |
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//其他情况
|
|
|
|
//todo::其他情况
|
|
|
|
$type = $this->getType($source,$is_list,$is_custom);//获取头部类型1-9(首页到自定义页面)
|
|
|
|
if($template_id == 0){//定制页面默认为独立头部
|
|
|
|
$type = $this->getCustomizedType($source,$is_list);//定制默认独立头部
|
...
|
...
|
|