作者 zhl

u

@@ -618,7 +618,7 @@ class ProductLogic extends BaseLogic @@ -618,7 +618,7 @@ class ProductLogic extends BaseLogic
618 $one_img = check_remote_url_down($v_img,$project_id,$domain); 618 $one_img = check_remote_url_down($v_img,$project_id,$domain);
619 if($one_img){ 619 if($one_img){
620 $one_gallery = [ 620 $one_gallery = [
621 - 'alt' => '这是一张产品图', 621 + 'alt' => '',
622 'url' => $one_img 622 'url' => $one_img
623 ]; 623 ];
624 624