作者 lyh

gx

@@ -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);