正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -39,7 +39,7 @@ class CNoticeController extends BaseController | @@ -39,7 +39,7 @@ class CNoticeController extends BaseController | ||
| 39 | if((!empty($progressInfo))){ | 39 | if((!empty($progressInfo))){ |
| 40 | $progressInfo = $progressInfo->toArray(); | 40 | $progressInfo = $progressInfo->toArray(); |
| 41 | if(($progressInfo['total_num'] > $progressInfo['current_num'])){ | 41 | if(($progressInfo['total_num'] > $progressInfo['current_num'])){ |
| 42 | - $this->response('当前页面正在生成了,请完成后再点击',Code::USER_ERROR,$progressInfo); | 42 | + $this->response('当前页面正在生成了,请完成后再点击',Code::SUCCESS,$progressInfo); |
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | //通知更新 | 45 | //通知更新 |
-
请 注册 或 登录 后发表评论