正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论