xiaogang 4 anni fa
parent
commit
5e3ea65e91
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Services/NoticeService.php

+ 1 - 1
app/Services/NoticeService.php

xqd
@@ -84,7 +84,7 @@ class NoticeService
 
         $query = $query->toArray();
         foreach ($query['data'] as $k=>$v){
-            $query['data'][$k]['atime'] = uc_time_ago($v['atime']);
+//            $query['data'][$k]['atime'] = uc_time_ago($v['atime']);
             $query['data'][$k]['dynamic']['img_url'] = json_decode($v['dynamic']['img_url'],true);
         }
         return $query;