From bd46c57c77c276014db3192a4e2cc96e23c93202 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 21 二月 2020 13:08:47 +0800
Subject: [PATCH] 先上传个版本吧

---
 ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
old mode 100644
new mode 100755
index c29e841..124ab42
--- a/ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
+++ b/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
             {

--
Gitblit v1.8.0