作者 lyh

gx

@@ -145,7 +145,7 @@ class BTemplateLogic extends BaseLogic @@ -145,7 +145,7 @@ class BTemplateLogic extends BaseLogic
145 //同步数据 145 //同步数据
146 $this->param['name'] = $TemplateInfo['name']; 146 $this->param['name'] = $TemplateInfo['name'];
147 $this->param['image'] = $TemplateInfo['image']; 147 $this->param['image'] = $TemplateInfo['image'];
148 - $this->getHeadFooter(characterTruncation($this->param['html'],'/<style id="vvvebjs-header">(.*?)<\/footer>/s')); 148 + $this->param['html'] = $this->getHeadFooter(characterTruncation($this->param['html'],'/<style id="vvvebjs-header">(.*?)<\/footer>/s'));
149 return true; 149 return true;
150 } 150 }
151 151