作者 lyh

gx

... ... @@ -30,8 +30,8 @@ class PageSettingController extends BaseController
'project_id'=>$this->user['project_id'],
'product_list'=>0,
'product_details'=>0,
'page_keyword'=>0,
'blog_lists'=>0,
'page_list'=>0,
'blog_list'=>0,
'blog_details'=>0,
'news_list'=>0,
'news_details'=>0,
... ...
... ... @@ -168,7 +168,7 @@ class BTemplateLogic extends BaseLogic
if ($source == 3) {if ($source_id != 0) {$type = 4;} else {$type = 5;}}
if ($source == 4) {if ($source_id != 0) {$type = 6;} else {$type = 7;}}
if ($source == 5) {$type = 8;}
//查询有没有公共模板详情样式
//查询有没有公共详情模板
$bTemplateMainModel = new BTemplateMain();
$mainInfo = $bTemplateMainModel->read(['project_id'=>$this->user['project_id'],'type'=>$type]);
if($mainInfo === false){
... ...