From da3634e011bbda29cf4e1c168997b780fe795b20 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期三, 13 五月 2020 09:05:23 +0800
Subject: [PATCH] 优化新风模块和新风面板的测试功能,请合并代码

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayBackupLogic.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayBackupLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayBackupLogic.cs
index d6127f8..cc5bdf5 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayBackupLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlGatewayBackupLogic.cs
@@ -308,6 +308,8 @@
                 this.ShowErrorMsg(msg);
                 return false;
             }
+            System.Threading.Thread.Sleep(1000);
+
             return success;
         }
 
@@ -686,6 +688,9 @@
             }
             if (gatewatAction == true)
             {
+                //璁剧疆杩涘害鍊�:100%
+                ProgressFormBar.Current.SetValue(1, 1);
+                System.Threading.Thread.Sleep(1000);
                 //缃戝叧鏁版嵁鎭㈠鎴愬姛!
                 string msg = Language.StringByID(R.MyInternationalizationString.uRestoreGatewayDataSuccess);
                 this.ShowTipMsg(msg);

--
Gitblit v1.8.0