作者 王智

daima

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