HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-07-20 2029e64ec0491f7e511dc15bffaf821bfbabe2de
ZigbeeApp/Shared/Phone/MainPage/Controls/SceneCardControl.cs
@@ -285,13 +285,13 @@
                while (remainTine > 0 && this.Parent != null)
                {
                    System.Threading.Thread.Sleep(1000);
                    Application.RunOnMainThread(() =>
                    HdlThreadLogic.Current.RunMain(() =>
                    {
                        this.btnTimeView.Text = this.GetTimeString(remainTine, hourText, minuText, secondText);
                    });
                    }, ShowErrorMode.NO);
                    remainTine--;
                }
                Application.RunOnMainThread(() =>
                HdlThreadLogic.Current.RunMain(() =>
                {
                    //倒计时结束时,时间图标显示
                    this.btnTimeIcon.Visible = true;
@@ -299,7 +299,7 @@
                    //直接开启Loading特效
                    this.StartLoadingApreal();
                    this.CanClick = true;
                });
                }, ShowErrorMode.NO);
            })
            { IsBackground = true }.Start();
        }