正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -146,7 +146,7 @@ class BTemplateLogic extends BaseLogic | @@ -146,7 +146,7 @@ class BTemplateLogic extends BaseLogic | ||
| 146 | $html = $this->customModuleCustomizeHtml($source,$is_list,$is_custom); | 146 | $html = $this->customModuleCustomizeHtml($source,$is_list,$is_custom); |
| 147 | return $this->success(['html'=>$html,'template_id'=>$template_id]); | 147 | return $this->success(['html'=>$html,'template_id'=>$template_id]); |
| 148 | } | 148 | } |
| 149 | - if($is_list == BTemplate::IS_DETAIL || $info['detail_customized'] == BTemplate::IS_VISUALIZATION){ | 149 | + if($is_list == BTemplate::IS_DETAIL && $info['detail_customized'] == BTemplate::IS_VISUALIZATION){ |
| 150 | $html = $this->customModuleCustomizeHtml($source,$is_list,$is_custom); | 150 | $html = $this->customModuleCustomizeHtml($source,$is_list,$is_custom); |
| 151 | return $this->success(['html'=>$html,'template_id'=>$template_id]); | 151 | return $this->success(['html'=>$html,'template_id'=>$template_id]); |
| 152 | } | 152 | } |
-
请 注册 或 登录 后发表评论