作者 lyh

gx

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