作者 邓超

x

@@ -196,6 +196,8 @@ class Home extends Base { @@ -196,6 +196,8 @@ class Home extends Base {
196 if(!empty($v['description'])){ 196 if(!empty($v['description'])){
197 $v['description'] = @html_entity_decode($v['description'], ENT_COMPAT, 'UTF-8'); 197 $v['description'] = @html_entity_decode($v['description'], ENT_COMPAT, 'UTF-8');
198 } 198 }
  199 + $v['to_name'] = @json_decode($v['to_name'],true);
  200 + $v['to_name'] = $v['to_name']?:[];
199 return $v; 201 return $v;
200 },$lists); 202 },$lists);
201 203