正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -306,8 +306,7 @@ class CustomTemplateLogic extends BaseLogic | @@ -306,8 +306,7 @@ class CustomTemplateLogic extends BaseLogic | ||
| 306 | }else{ | 306 | }else{ |
| 307 | $param['html'] = $handleInfo['other']; | 307 | $param['html'] = $handleInfo['other']; |
| 308 | $param['html_style'] = null; | 308 | $param['html_style'] = null; |
| 309 | - $type = BTemplate::COMMON_HEAD; | ||
| 310 | - $typeSource = $this->getType($type); | 309 | + $typeSource = $this->getType(); |
| 311 | } | 310 | } |
| 312 | //查看当前数据是否还存在 | 311 | //查看当前数据是否还存在 |
| 313 | $condition = ['template_id'=>$template_id,'source'=>$typeSource,'common_type'=>$type]; | 312 | $condition = ['template_id'=>$template_id,'source'=>$typeSource,'common_type'=>$type]; |
-
请 注册 或 登录 后发表评论