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