HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-04-14 463cf39019aa54e6c1226be4620766a035a0c490
ZigbeeApp/Shared/Phone/MainPage/HomeMainPageForm.cs
@@ -683,8 +683,11 @@
                        }, ShowErrorMode.NO);
                    }
                });
                System.Threading.Thread.Sleep(50);
                if (contrCount > 6)
                {
                    //让它呈现一种直接一次性刷出来的效果
                    System.Threading.Thread.Sleep(50);
                }
            }
        }
@@ -898,7 +901,11 @@
                        });
                    }
                });
                System.Threading.Thread.Sleep(50);
                if (contrCount > 6)
                {
                    //让它呈现一种一次性显示出来的效果
                    System.Threading.Thread.Sleep(50);
                }
            }
        }