From 23420922845c9e77019a55c3b3e3271eb1ec261e Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 13 七月 2020 11:42:18 +0800 Subject: [PATCH] 新版本 --- ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs index 793d7c0..0f5a797 100755 --- a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs +++ b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs @@ -64,8 +64,7 @@ } #region 鈼� 鑷姩鍖朹_________________________ - - static bool If_once = true; + public static bool If_once = true;//杩涙潵鍙涓�娆℃爣璇�; /// <summary> /// 鑷姩鍖栧姛鑳戒唬鐮佸叆鍙� /// </summary> @@ -276,9 +275,9 @@ { if (If_once) { - If_once = false; if (Common.Logic.LogicList.Count == 0) { + If_once = false; var Idlist1 = await Send.GetLogicId(0);// var Idlist2 = await Send.GetLogicId(2);//闂ㄩ攣甯稿紑妯″紡 if (Idlist1.Count != 0) -- Gitblit v1.8.0