@@ -20,7 +20,7 @@ class Controller extends BaseController
public function getUser()
{
- $this->user = UserInfoModel::where('phone','13880642880')->first();
+ $this->user = Auth::user();
return $this->user;
}