From 9cc8fd11b13813adbdd3c6c31554e5c0bebf4026 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 21 八月 2020 19:53:49 +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