正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -184,6 +184,7 @@ class VideoTask extends Command | @@ -184,6 +184,7 @@ class VideoTask extends Command | ||
| 184 | } | 184 | } |
| 185 | $product_image = []; | 185 | $product_image = []; |
| 186 | foreach ($productList as $v){ | 186 | foreach ($productList as $v){ |
| 187 | + $v = (array)$v; | ||
| 187 | $image = []; | 188 | $image = []; |
| 188 | if(!empty($v['thumb']) && !empty($v['thumb']['url'])){ | 189 | if(!empty($v['thumb']) && !empty($v['thumb']['url'])){ |
| 189 | $image['image'] = getImageUrl($v['thumb']['url']); | 190 | $image['image'] = getImageUrl($v['thumb']['url']); |
-
请 注册 或 登录 后发表评论