...
|
...
|
@@ -28,7 +28,7 @@ class Goods extends Model |
|
|
|
|
|
public function getFourImageTextAttr($value,$data)
|
|
|
{
|
|
|
$value = !empty($data['four_image']) ? explode(',',$data['four_image']):[];
|
|
|
$value = !empty($data['four_images']) ? explode(',',$data['four_images']):[];
|
|
|
foreach ($value as $key => &$val){
|
|
|
$val = cdnurl($val,true);
|
|
|
}
|
...
|
...
|
|