正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -26,10 +26,10 @@ class MailController extends BaseController | @@ -26,10 +26,10 @@ class MailController extends BaseController | ||
| 26 | $lists = $lists->toArray(); | 26 | $lists = $lists->toArray(); |
| 27 | } | 27 | } |
| 28 | $lists['unreadNum'] = $this->unreadNum($mailUserModel,$lists['total']); | 28 | $lists['unreadNum'] = $this->unreadNum($mailUserModel,$lists['total']); |
| 29 | - if(!empty($lists['list'])){ | ||
| 30 | - //验证未读还是已读 | ||
| 31 | - $lists = $this->verifyRead($lists['list']); | ||
| 32 | - } | 29 | +// if(!empty($lists['list'])){ |
| 30 | +// //验证未读还是已读 | ||
| 31 | +// $lists = $this->verifyRead($lists['list']); | ||
| 32 | +// } | ||
| 33 | $this->response('success',Code::SUCCESS,$lists); | 33 | $this->response('success',Code::SUCCESS,$lists); |
| 34 | } | 34 | } |
| 35 | 35 |
-
请 注册 或 登录 后发表评论