正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -59,12 +59,12 @@ class TicketUploadDataLogic extends BaseLogic | @@ -59,12 +59,12 @@ class TicketUploadDataLogic extends BaseLogic | ||
| 59 | if($v['type'] == 1){ | 59 | if($v['type'] == 1){ |
| 60 | if(!empty($v['text']['image'])){ | 60 | if(!empty($v['text']['image'])){ |
| 61 | foreach ($v['text']['image'] as $gallery_k => $gallery_v){ | 61 | foreach ($v['text']['image'] as $gallery_k => $gallery_v){ |
| 62 | - $gallery_v['url'] = getImageUrl($gallery_v['url'],$this->user['storage_type'] ?? 0,$this->user['project_location']); | 62 | + $gallery_v['url'] = getImageUrl($gallery_v['url']); |
| 63 | $info['text']['image'][$gallery_k] = $gallery_v; | 63 | $info['text']['image'][$gallery_k] = $gallery_v; |
| 64 | } | 64 | } |
| 65 | } | 65 | } |
| 66 | }else{ | 66 | }else{ |
| 67 | - $v['text']['image'] = getImageUrl($v['text']['image'],$this->user['storage_type'],$this->user['project_location']); | 67 | + $v['text']['image'] = getImageUrl($v['text']['image']); |
| 68 | } | 68 | } |
| 69 | return $this->success($v); | 69 | return $this->success($v); |
| 70 | } | 70 | } |
-
请 注册 或 登录 后发表评论