|
...
|
...
|
@@ -559,7 +559,7 @@ class ProductController extends BaseController |
|
|
|
if(!empty($v['og_image'])){
|
|
|
|
$v['og_image'] = getImageUrl($v['og_image'] ?? '',$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
}else{
|
|
|
|
$v['og_image'] = $v['thumb']['url'] ?? '';
|
|
|
|
$v['og_image'] = '';
|
|
|
|
}
|
|
|
|
if(!empty($v['icon'])){
|
|
|
|
foreach ($v['icon'] as $icon_k => $icon_v){
|
...
|
...
|
|