From 6bca8fcd37a48808a0b9c9342fc1be0adddfece6 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 08 五月 2020 17:46:44 +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