Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -68,7 +68,9 @@ class ProductLogic extends BaseLogic | @@ -68,7 +68,9 @@ class ProductLogic extends BaseLogic | ||
| 68 | if(!empty($info['icon'])){ | 68 | if(!empty($info['icon'])){ |
| 69 | $info['icon'] = json_decode($info['icon']); | 69 | $info['icon'] = json_decode($info['icon']); |
| 70 | foreach ($info['icon'] as $k => $v){ | 70 | foreach ($info['icon'] as $k => $v){ |
| 71 | - $info['icon'][$k]['image_link'] = $this->getImageUrl($v); | 71 | + var_dump($v); |
| 72 | + die(); | ||
| 73 | + $info[] = $this->getImageUrl($v); | ||
| 72 | } | 74 | } |
| 73 | } | 75 | } |
| 74 | return $info; | 76 | return $info; |
-
请 注册 或 登录 后发表评论