xiaogang 4 năm trước cách đây
mục cha
commit
62dddd70fb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Repositories/ImMessage.php

+ 1 - 1
app/Repositories/ImMessage.php

xqd
@@ -33,6 +33,6 @@ class ImMessage extends Repository
 
         $res = $data->getroammsg($this->user_id,$this->to_user_id);
         dd($res);
-       return $model->makePaginator('',$res['MsgList']);
+       return $model->makePaginator($res['MsgCnt'],$res['MsgList']);
     }
 }