正在显示
1 个修改的文件
包含
0 行增加
和
3 行删除
| @@ -207,9 +207,6 @@ class GeoQuestionRes extends Command | @@ -207,9 +207,6 @@ class GeoQuestionRes extends Command | ||
| 207 | $texts = []; | 207 | $texts = []; |
| 208 | if(!empty($data['data']['text_parts']) && is_array($data['data']['text_parts'])){ | 208 | if(!empty($data['data']['text_parts']) && is_array($data['data']['text_parts'])){ |
| 209 | foreach ($data['data']['text_parts'] as $item){ | 209 | foreach ($data['data']['text_parts'] as $item){ |
| 210 | - if(empty($item['text'])){ | ||
| 211 | - continue; | ||
| 212 | - } | ||
| 213 | switch ($item['type']){ | 210 | switch ($item['type']){ |
| 214 | case 'paragraph': | 211 | case 'paragraph': |
| 215 | if(isset($item['text']) && !empty($item['text'])){ | 212 | if(isset($item['text']) && !empty($item['text'])){ |
-
请 注册 或 登录 后发表评论