正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -601,8 +601,8 @@ class BTemplateLogic extends BaseLogic | @@ -601,8 +601,8 @@ class BTemplateLogic extends BaseLogic | ||
| 601 | if ($source == BTemplate::SOURCE_NEWS) {if ($is_list == 0) {if ($pageInfo['news_details'] != 0) {$type = BTemplate::TYPE_SIX;}} | 601 | if ($source == BTemplate::SOURCE_NEWS) {if ($is_list == 0) {if ($pageInfo['news_details'] != 0) {$type = BTemplate::TYPE_SIX;}} |
| 602 | else {if ($pageInfo['news_list'] != 0) {$type = BTemplate::TYPE_SEVEN;}}} | 602 | else {if ($pageInfo['news_list'] != 0) {$type = BTemplate::TYPE_SEVEN;}}} |
| 603 | if ($source == BTemplate::SOURCE_KEYWORD) {if ($pageInfo['polymerization'] != 0) {$type = BTemplate::TYPE_EIGHT;}} | 603 | if ($source == BTemplate::SOURCE_KEYWORD) {if ($pageInfo['polymerization'] != 0) {$type = BTemplate::TYPE_EIGHT;}} |
| 604 | - return $this->success($type); | ||
| 605 | } | 604 | } |
| 605 | + return $this->success($type); | ||
| 606 | } | 606 | } |
| 607 | 607 | ||
| 608 | /** | 608 | /** |
-
请 注册 或 登录 后发表评论