规格图片bug修复
parent
ef0a5f9ffa
commit
1e895f8d7d
|
|
@ -434,8 +434,8 @@ class BuyService
|
|||
$images = self::BuyGoodsSpecImages($ret['data'][0]['goods_id'], $ret['data'][0]['spec']);
|
||||
if(!empty($images))
|
||||
{
|
||||
$ret['data'][0]['images'] = $images;
|
||||
$ret['data'][0]['images_old'] = ResourcesService::AttachmentPathViewHandle($images);
|
||||
$ret['data'][0]['images'] = ResourcesService::AttachmentPathViewHandle($images);
|
||||
$ret['data'][0]['images_old'] = $images;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue