黄学彪
2019-12-13 6cbd0936d3245fd7c433884ac9c1f5448a7cf657
ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -3,6 +3,7 @@
using Shared.Common;
using ZigBee.Device;
using Shared.Phone.Device.AC;
using Shared.Phone.Device.Account;
namespace Shared.Phone.UserView
{
@@ -328,6 +329,10 @@
        {
            BackgroundColor = Shared.Common.ZigbeeColor.Current.MainColor;
            ZbGateway.StatusList.Add(this);
            Shared.Application.LocationAction += (lat, lon) =>
            {
                AccountLogic.Instance.ReceiveAppLatAndLon(lat.ToString(), lon.ToString());
            };
        }
        /// <summary>