作者 lyh

gx

@@ -306,7 +306,7 @@ class CustomTemplateLogic extends BaseLogic @@ -306,7 +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; 309 + $type = BTemplate::COMMON_HEAD;
310 $typeSource = $this->getType($type); 310 $typeSource = $this->getType($type);
311 } 311 }
312 //查看当前数据是否还存在 312 //查看当前数据是否还存在