gxc
2020-02-28 66a9965c44ecc32a6696abca876ab9d1cd091584
ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
@@ -45,7 +45,7 @@
        /// </summary>
        public AbountForm()
        {
        }
        /// <summary>
        /// 画面显示(底层会固定调用此方法,借以完成画面创建)
@@ -180,7 +180,7 @@
                UpdateVersion();
            };
            updatingBtn = new Button()
            {
                Y = Application.GetRealHeight(994),
@@ -194,7 +194,7 @@
                Gravity=Gravity.CenterHorizontal
            };
            bodyFrameLayout.AddChidren(updatingBtn);
            SetDownLoadBtnNoVisible();
            CheckVersion();
        }
@@ -247,7 +247,6 @@
#if iOS
            try
            {
                    CommonPage.Loading.Start();
                    var versionResult = await RequestHttpsiOSAppVersionAsync();
                    if (versionResult == null || versionResult.Results == null)
                    {
@@ -268,10 +267,9 @@
                }
                catch
                {
            return false;
                   return false;
                }
#elif Android
            try
            {
@@ -343,7 +341,7 @@
            {
                System.Console.WriteLine($"下载失败--{ex.Message}");
            }
#endif
#endif
        }
#if iOS