gxc
2020-01-02 34e965100d635346e2d4cd6e6013bdaed66b3004
ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
old mode 100755 new mode 100644
@@ -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();
        }
@@ -271,7 +271,7 @@
            return false;
                }
#elif Android
            try
            {
@@ -343,7 +343,7 @@
            {
                System.Console.WriteLine($"下载失败--{ex.Message}");
            }
#endif
#endif
        }
#if iOS