正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -167,6 +167,7 @@ class BTemplateLogic extends BaseLogic | @@ -167,6 +167,7 @@ class BTemplateLogic extends BaseLogic | ||
| 167 | if($footerComInfo === false){ | 167 | if($footerComInfo === false){ |
| 168 | //取默认首页的 | 168 | //取默认首页的 |
| 169 | $condition['source'] = BTemplate::SOURCE_COM; | 169 | $condition['source'] = BTemplate::SOURCE_COM; |
| 170 | + $condition['is_list'] = BTemplate::IS_DETAIL; | ||
| 170 | $footerComInfo = $bTemplateComModel->read($condition); | 171 | $footerComInfo = $bTemplateComModel->read($condition); |
| 171 | if($footerComInfo === false){ | 172 | if($footerComInfo === false){ |
| 172 | $this->fail('获取失败,请联系管理员'); | 173 | $this->fail('获取失败,请联系管理员'); |
-
请 注册 或 登录 后发表评论