正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -203,10 +203,10 @@ class BTemplateLogic extends BaseLogic | @@ -203,10 +203,10 @@ class BTemplateLogic extends BaseLogic | ||
| 203 | else {$data['type'] = 3;if ($pageInfo['product_list'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} | 203 | else {$data['type'] = 3;if ($pageInfo['product_list'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} |
| 204 | if ($source == 3) {//博客页 | 204 | if ($source == 3) {//博客页 |
| 205 | if ($source_id != 0) {$data['type'] = 4;if ($pageInfo['blog_details'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} | 205 | if ($source_id != 0) {$data['type'] = 4;if ($pageInfo['blog_details'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} |
| 206 | - else {$data['type'] = 5;if ($pageInfo['blog_lists'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} | 206 | + else {$data['type'] = 5;if ($pageInfo['blog_list'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} |
| 207 | if ($source == 4) {//新闻页 | 207 | if ($source == 4) {//新闻页 |
| 208 | if ($source_id != 0) {$data['type'] = 6;if ($pageInfo['news_details'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} | 208 | if ($source_id != 0) {$data['type'] = 6;if ($pageInfo['news_details'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} |
| 209 | - else {$data['type'] = 7;if ($pageInfo['news_lists'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} | 209 | + else {$data['type'] = 7;if ($pageInfo['news_list'] != 0) {$commonInfo = $commonTemplateModel->read($data);}}} |
| 210 | if ($source == 5) {//聚合页 | 210 | if ($source == 5) {//聚合页 |
| 211 | $data['type'] = 8;if ($pageInfo['polymerization'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} | 211 | $data['type'] = 8;if ($pageInfo['polymerization'] != 0) {$commonInfo = $commonTemplateModel->read($data);}} |
| 212 | } | 212 | } |
-
请 注册 或 登录 后发表评论