作者 lyh

gx

@@ -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);//定制默认独立头部