From 78c5b5715518c0017d9f629ce16ee9c173a48690 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 28 八月 2020 09:59:18 +0800 Subject: [PATCH] 2020-08-28-1 --- ZigbeeApp/Shared/Common/CommonPage.cs | 2 ++ 1 files changed, 2 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..61625ef --- 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,7 @@ Application.MainPage.AddChidren(Loading); //} Phone.UserView.HomePage.Instance.InitPage(); + } //public static string RequestHttpsHost = "https://global.hdlcontrol.com/HangZhouHdlCloudApi"; -- Gitblit v1.8.0