作者 王智

daima

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