ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -66,6 +66,7 @@ BackgroundColor = Shared.Common.ZigbeeColor.Current.MainColor; Shared.Application.LocationAction += (lon, lat) => { //上报经纬度 Login.AccountLogic.Instance.ReceiveAppLatAndLon(lon.ToString(), lat.ToString()); }; }