...
|
...
|
@@ -64,11 +64,10 @@ class SellerTalk extends Backend |
|
|
|
|
|
$row->getRelation('user')->visible(['avatar', 'nickname']);
|
|
|
$row->getRelation('seller')->visible(['title', 'avatar']);
|
|
|
dump($row['title']);
|
|
|
}
|
|
|
// foreach ($list as $k => $v) {
|
|
|
// }
|
|
|
dump($list);
|
|
|
die;
|
|
|
$list = collection($list)->toArray();
|
|
|
$result = array("total" => $total, "rows" => $list);
|
|
|
|
...
|
...
|
|