正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -96,7 +96,7 @@ class Demo extends Command | @@ -96,7 +96,7 @@ class Demo extends Command | ||
| 96 | 'html'=>$v['head_html'], | 96 | 'html'=>$v['head_html'], |
| 97 | 'html_style'=>$v['head_css'], | 97 | 'html_style'=>$v['head_css'], |
| 98 | 'is_custom'=>$v['is_custom'], | 98 | 'is_custom'=>$v['is_custom'], |
| 99 | - 'is_list'=>$v['list'] | 99 | + 'is_list'=>$v['is_list'] |
| 100 | ]; | 100 | ]; |
| 101 | $templateComModel = new BTemplateCom(); | 101 | $templateComModel = new BTemplateCom(); |
| 102 | $templateComModel->add($headData); | 102 | $templateComModel->add($headData); |
-
请 注册 或 登录 后发表评论