From 3465ac6e980f1473e4f42ba3eaafc7815423efec Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 27 十一月 2021 17:10:45 +0800
Subject: [PATCH] 功能完善

---
 lib/utils/event_bus_util.dart |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/utils/event_bus_util.dart b/lib/utils/event_bus_util.dart
index 66c96eb..31ee277 100644
--- a/lib/utils/event_bus_util.dart
+++ b/lib/utils/event_bus_util.dart
@@ -5,7 +5,7 @@
 EventBus eventBus = EventBus();
 
 class UserLocationInfoEventBus {
-  BaiduLocation? location;
+  SimpleLocation? location;
   UserInfo? user;
   UserLocationInfoEventBus(this.location, this.user);
 }

--
Gitblit v1.8.0