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 | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Common/CommonPage.cs b/ZigbeeApp/Shared/Common/CommonPage.cs old mode 100755 new mode 100644 index da9f199..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"; @@ -50,7 +52,7 @@ /// <summary> /// 鐗堟湰鍙� /// </summary> - public static string CodeIDString = "1.0.20051901"; + public static string CodeIDString = "1.1.0120061701"; /// <summary> /// 娉ㄥ唽鏉ユ簮(0:HDL On 1:Zigbee) /// </summary> -- Gitblit v1.8.0