作者 lyh

gx

@@ -517,6 +517,7 @@ class BTemplateLogic extends BaseLogic @@ -517,6 +517,7 @@ class BTemplateLogic extends BaseLogic
517 $typeSource = $this->getType($source,$is_list,$is_custom,$type); 517 $typeSource = $this->getType($source,$is_list,$is_custom,$type);
518 }else{ 518 }else{
519 $param['html'] = $handleInfo['other']; 519 $param['html'] = $handleInfo['other'];
  520 + $param['html_style'] = null;
520 $typeSource = $this->getType($source,$is_list,$is_custom); 521 $typeSource = $this->getType($source,$is_list,$is_custom);
521 } 522 }
522 //查看当前数据是否还存在 523 //查看当前数据是否还存在