|
@@ -62,7 +62,7 @@ class Userwallet extends Backend
|
|
|
|
|
|
foreach ($list as $row) {
|
|
|
|
|
|
- $row->getRelation('user')->visible(['username']);
|
|
|
+ $row->getRelation('user')->visible(['username','nickname','mobile']);
|
|
|
}
|
|
|
|
|
|
$result = array("total" => $list->total(), "rows" => $list->items());
|