|
...
|
...
|
@@ -64,7 +64,7 @@ class NavController extends BaseController |
|
|
|
$param['image'] = getImageUrl($param['image'],$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
}
|
|
|
|
if(isset($param['remark_image']) && !empty($param['remark_image'])){
|
|
|
|
$param['remark_image'] = getImageUrl($param['image'],$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
$param['remark_image'] = getImageUrl($param['remark_image'],$this->user['storage_type'],$this->user['project_location']);
|
|
|
|
}
|
|
|
|
return $this->success($param);
|
|
|
|
}
|
...
|
...
|
|