黄学彪
2020-11-19 9ef48d7b2da7c408b53f73be0f6eef3cbac1c84a
ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs
@@ -375,10 +375,10 @@
                    return;
                }
                btnTitle.CanClick = false;
                HdlThreadLogic.Current.RunThread(async () =>
                HdlThreadLogic.Current.RunThread(() =>
                {
                    this.ShowProgressBar();
                    var result = await HdlBackupLogic.Current.LoadHideOption();
                    var result = HdlBackupLogic.Current.LoadHideOption();
                    this.CloseProgressBar();
                    if (result == true)
                    {
@@ -428,8 +428,10 @@
                        UserCenterResourse.HideOption.CenterHideMenu = 1;
                    }
                }
                if (textValue == "1")
                if (textValue == "84651666")
                {
                    //显示设备历史版本
                    UserCenterResourse.HideOption.DeviceHistory = 1;
                }
                if (textValue == "12349")
                {