正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -559,7 +559,7 @@ class ProductController extends BaseController | @@ -559,7 +559,7 @@ class ProductController extends BaseController | ||
| 559 | if(!empty($v['og_image'])){ | 559 | if(!empty($v['og_image'])){ |
| 560 | $v['og_image'] = getImageUrl($v['og_image'] ?? '',$this->user['storage_type'],$this->user['project_location']); | 560 | $v['og_image'] = getImageUrl($v['og_image'] ?? '',$this->user['storage_type'],$this->user['project_location']); |
| 561 | }else{ | 561 | }else{ |
| 562 | - $v['og_image'] = $v['thumb']['url'] ?? ''; | 562 | + $v['og_image'] = ''; |
| 563 | } | 563 | } |
| 564 | if(!empty($v['icon'])){ | 564 | if(!empty($v['icon'])){ |
| 565 | foreach ($v['icon'] as $icon_k => $icon_v){ | 565 | foreach ($v['icon'] as $icon_k => $icon_v){ |
-
请 注册 或 登录 后发表评论