正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -64,7 +64,7 @@ class NavController extends BaseController | @@ -64,7 +64,7 @@ class NavController extends BaseController | ||
| 64 | $param['image'] = getImageUrl($param['image'],$this->user['storage_type'],$this->user['project_location']); | 64 | $param['image'] = getImageUrl($param['image'],$this->user['storage_type'],$this->user['project_location']); |
| 65 | } | 65 | } |
| 66 | if(isset($param['remark_image']) && !empty($param['remark_image'])){ | 66 | if(isset($param['remark_image']) && !empty($param['remark_image'])){ |
| 67 | - $param['remark_image'] = getImageUrl($param['image'],$this->user['storage_type'],$this->user['project_location']); | 67 | + $param['remark_image'] = getImageUrl($param['remark_image'],$this->user['storage_type'],$this->user['project_location']); |
| 68 | } | 68 | } |
| 69 | return $this->success($param); | 69 | return $this->success($param); |
| 70 | } | 70 | } |
-
请 注册 或 登录 后发表评论