From 26d1cdf2f5246c1ad7890e6740444c4a6a80e6fb Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 11 八月 2020 13:21:10 +0800 Subject: [PATCH] 合并了新代码 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionTargetsForm.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionTargetsForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionTargetsForm.cs index 4e4ad2c..aaab4fc 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionTargetsForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelSimpleMutilfunctionTargetsForm.cs @@ -375,6 +375,24 @@ { midVerticalScrolViewLayout.RemoveAll(); curBindTypeList = MutilfunctionPanelMethod.GetMatchBindList(curBindType); + //娉ㄦ剰锛佸悓涓寜閿鐐瑰鏋滄敮鎸佺粦瀹氬绉嶅姛鑳界被鍨嬶紝闇�瑕佹敞鎰忓涓嬪鐞� + //褰撴洿鎹㈣澶囧姛鑳界被鍨嬪悗 + // 缁戝畾鐨勫紑鍏炽�佹彃搴с�佺伅鍏夋墍鐢ㄧ殑鎸夐敭鍥炶矾浜掔浉鍏宠仈锛屾墍浠ヨ繖閲岄噸鏂拌幏鍙栧皢杩欎笁绉嶇被鍨嬬殑鍏朵粬2绉嶏紝涓轰簡鑾峰彇姝g‘鐨勫紑鍏炽�佹彃搴с�佺伅鍏夌粦瀹氱殑涓暟 + switch (curBindType) + { + case 1: + MutilfunctionPanelMethod.GetMatchBindList(2); + MutilfunctionPanelMethod.GetMatchBindList(3); + break; + case 2: + MutilfunctionPanelMethod.GetMatchBindList(1); + MutilfunctionPanelMethod.GetMatchBindList(3); + break; + case 3: + MutilfunctionPanelMethod.GetMatchBindList(1); + MutilfunctionPanelMethod.GetMatchBindList(2); + break; + } int curIndex = 0; for (int i = 0; i < curBindTypeList.Count; i++) { -- Gitblit v1.8.0