正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -174,6 +174,8 @@ class ProjectLogic extends BaseLogic | @@ -174,6 +174,8 @@ class ProjectLogic extends BaseLogic | ||
| 174 | } | 174 | } |
| 175 | } | 175 | } |
| 176 | $param['notice_file'] = Arr::a2s($param['notice_file']); | 176 | $param['notice_file'] = Arr::a2s($param['notice_file']); |
| 177 | + }else{ | ||
| 178 | + unset($param['notice_file']); | ||
| 177 | } | 179 | } |
| 178 | if(isset($param['confirm_file']) && !empty($param['confirm_file'])){ | 180 | if(isset($param['confirm_file']) && !empty($param['confirm_file'])){ |
| 179 | foreach ($param['confirm_file'] as &$v2) { | 181 | foreach ($param['confirm_file'] as &$v2) { |
| @@ -182,6 +184,8 @@ class ProjectLogic extends BaseLogic | @@ -182,6 +184,8 @@ class ProjectLogic extends BaseLogic | ||
| 182 | } | 184 | } |
| 183 | } | 185 | } |
| 184 | $param['confirm_file'] = Arr::a2s($param['confirm_file']); | 186 | $param['confirm_file'] = Arr::a2s($param['confirm_file']); |
| 187 | + }else{ | ||
| 188 | + unset($param['confirm_file']); | ||
| 185 | } | 189 | } |
| 186 | unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']); | 190 | unset($param['payment'],$param['deploy_build'],$param['deploy_optimize'],$param['online_check'],$param['project_after']); |
| 187 | 191 |
-
请 注册 或 登录 后发表评论