|
...
|
...
|
@@ -96,7 +96,7 @@ class Demo extends Command |
|
|
|
'html'=>$v['head_html'],
|
|
|
|
'html_style'=>$v['head_css'],
|
|
|
|
'is_custom'=>$v['is_custom'],
|
|
|
|
'is_list'=>$v['list']
|
|
|
|
'is_list'=>$v['is_list']
|
|
|
|
];
|
|
|
|
$templateComModel = new BTemplateCom();
|
|
|
|
$templateComModel->add($headData);
|
...
|
...
|
|