From 7ded9bc93b6beb5d7311ed4d013f90c521f85b5e Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 24 八月 2020 11:47:24 +0800
Subject: [PATCH] 2020.08.24.1

---
 ZigbeeApp/Shared/Common/CommonPage.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/CommonPage.cs b/ZigbeeApp/Shared/Common/CommonPage.cs
old mode 100755
new mode 100644
index 572bdba..0fa6d4d
--- a/ZigbeeApp/Shared/Common/CommonPage.cs
+++ b/ZigbeeApp/Shared/Common/CommonPage.cs
@@ -28,6 +28,7 @@
         public static Loading Loading = new Loading();
         public void Show()
         {
+
             //if (Application.IsPad)
             //{
             //    Application.DesignWidth = 2048;
@@ -43,6 +44,11 @@
             Application.MainPage.AddChidren(Loading);
             //}
             Phone.UserView.HomePage.Instance.InitPage();
+
+            if (Shared.Phone.Device.Logic.Send.It_Exist == "1")
+            {//浠ユ湰鍦扮姸鎬佷负涓绘墦寮�GPS鏈嶅姟
+                Application.StartGPSLocationService();
+            }
         }
 
         //public static string RequestHttpsHost = "https://global.hdlcontrol.com/HangZhouHdlCloudApi";

--
Gitblit v1.8.0