From eb5a57942bae8eb57fd7fb61124c247bebb67e8e Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 19 六月 2020 10:18:28 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into dev-2020xm --- Home0618/Shared/Phone/Device/Logic/SkipView.cs | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Home0618/Shared/Phone/Device/Logic/SkipView.cs b/Home0618/Shared/Phone/Device/Logic/SkipView.cs index 697ae26..2de9429 100755 --- a/Home0618/Shared/Phone/Device/Logic/SkipView.cs +++ b/Home0618/Shared/Phone/Device/Logic/SkipView.cs @@ -13,7 +13,7 @@ /// <summary> /// 鍏跺畠鐣岄潰璺宠繘鏉ョ殑鍏ュ彛 /// </summary> - public async static void SkipAddLogic(int intvalue, DoorLock doorLock = null, UserCenter.MemberInfoRes accountObj = null) + public async static void SkipAddLogic(int intvalue, DoorLock doorLock = null, UserCenter.MemberInfoRes accountObj = null) { /// 0.姝e父鑷姩鍖�;1.闂ㄩ攣鑷姩鍖�;2.Sone闂ㄩ攣; switch (intvalue) @@ -63,8 +63,6 @@ } } - - #region 鈼� 鑷姩鍖朹_________________________ /// <summary> /// 鑷姩鍖栧姛鑳戒唬鐮佸叆鍙� @@ -321,7 +319,7 @@ /// <param name="refresview">Refresview.</param> private static async void Automationview(VerticalRefreshLayout refresview, bool no) { - + refresview.RemoveAll(); if (Common.Logic.LogicList.Count == 0 && no == false) { @@ -410,7 +408,7 @@ //瀹炵幇android鏄剧ず閫昏緫鍒楄〃鐨勫渾瑙�; fLayout.SetCornerWithSameRadius(Application.GetRealHeight(58), HDLUtils.RectCornerTopLeft); logicRowlayout.SetCornerWithSameRadius(Application.GetRealHeight(58), HDLUtils.RectCornerTopLeft); - + } i++; var logicnameBtn = new Button @@ -835,7 +833,7 @@ //(鑰冭檻鎬ц兘榛樿鍒犻櫎鎴愬姛锛岀洿鎺ヨ繑鍥炴垚鍔熺粨鏋渢rue) _if = true; Send.DelLogic(id); - + } } @@ -866,4 +864,3 @@ } } - -- Gitblit v1.8.0