|
...
|
...
|
@@ -94,6 +94,7 @@ class CustomModuleContentLogic extends BaseLogic |
|
|
|
}elseif($v['type'] == 4){
|
|
|
|
$arr1 = json_decode($info['values']);
|
|
|
|
foreach ($arr1 as $k1=>$v1){
|
|
|
|
$v1 = (array)$v1;
|
|
|
|
$v1['url'] = getFileUrl($v1['url'] ?? $v1,$this->user['storage_type'],$this->user['project_location'],$this->user['file_cdn'] ?? 0);
|
|
|
|
$arr1[$k1] = $v1;
|
|
|
|
}
|
...
|
...
|
|