...
|
...
|
@@ -66,8 +66,6 @@ class SellerTalk extends Backend |
|
|
$row->getRelation('seller')->visible(['title', 'avatar']);
|
|
|
$row['title'] = $this->substr_format($row['title'], 20);
|
|
|
}
|
|
|
// foreach ($list as $k => $v) {
|
|
|
// }
|
|
|
$list = collection($list)->toArray();
|
|
|
$result = array("total" => $total, "rows" => $list);
|
|
|
|
...
|
...
|
|