正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
@@ -67,8 +67,6 @@ class Renwu extends Backend | @@ -67,8 +67,6 @@ class Renwu extends Backend | ||
67 | $row->getRelation('user')->visible(['nickname', 'mobile', 'address', 'address_con', 'car_num', 'color', 'car_type', 'vip']); | 67 | $row->getRelation('user')->visible(['nickname', 'mobile', 'address', 'address_con', 'car_num', 'color', 'car_type', 'vip']); |
68 | $row->getRelation('vip')->visible(['title']); | 68 | $row->getRelation('vip')->visible(['title']); |
69 | } | 69 | } |
70 | - dump($list); | ||
71 | - die; | ||
72 | $list = collection($list)->toArray(); | 70 | $list = collection($list)->toArray(); |
73 | $result = array("total" => $total, "rows" => $list); | 71 | $result = array("total" => $total, "rows" => $list); |
74 | 72 |
-
请 注册 或 登录 后发表评论