作者 lyh

更新询盘数据

@@ -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){