|
...
|
...
|
@@ -619,7 +619,7 @@ class ProductLogic extends BaseLogic |
|
|
|
$thumb = '';
|
|
|
|
if($data[7]??''){
|
|
|
|
//处理图片
|
|
|
|
$img_arr = explode(',',$data[7]);
|
|
|
|
$img_arr = explode('^v6sp$',$data[7]);
|
|
|
|
foreach ($img_arr as $v_img){
|
|
|
|
if($v_img){
|
|
|
|
$one_img = check_remote_url_down($v_img) ? CosService::uploadRemote($project_id,'image_product',$v_img) : $v_img;
|
...
|
...
|
|