From 463cf39019aa54e6c1226be4620766a035a0c490 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期二, 14 四月 2020 13:31:07 +0800
Subject: [PATCH] 上传个东西

---
 ZigbeeApp/Shared/Phone/MainPage/HomeMainPageForm.cs |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/MainPage/HomeMainPageForm.cs b/ZigbeeApp/Shared/Phone/MainPage/HomeMainPageForm.cs
index e80c361..97428b0 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/HomeMainPageForm.cs
+++ b/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);
+                }
             }
         }
 

--
Gitblit v1.8.0