作者 lyh

gx

@@ -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 }