...
|
...
|
@@ -22,9 +22,9 @@ class ItemDetails extends Model |
|
|
if (!empty($data['images'])){
|
|
|
$image = explode(',',$data['images']);
|
|
|
foreach ($image as $k => $v){
|
|
|
$value = cdnurl($v, true);
|
|
|
$list[] = cdnurl($v, true);
|
|
|
}
|
|
|
return $value;
|
|
|
return $list;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|