$this->id, 'phone' => $this->phone, 'nickname' => (string) $this->whenLoaded('userInfo', function () { return $this->userInfo->nickname; }, ''), 'avatar' => (string) $this->whenLoaded('userInfo', function () { return $this->userInfo->avatar; }, ''), 'team_sales_value' => (string) $this->whenLoaded('dealer', function () { return $this->dealer->team_sales_value; }, 0), 'lvl_name' => (string) $this->whenLoaded('dealer', function () { return $this->dealer->lvl_text; }, '未知'), ]; } }