黄学彪
2020-05-11 2e7e5f9af5b32cfe1fc3c6ba40bf7eb984bbd0a4
ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs
@@ -712,7 +712,6 @@
                         oldMode = btnChoose;
                         oldMode.IsSelected = true;
                         oldMode.Visible = true;
                         currentKey.CurrentSwitchMode = btnModeText.Text;
                         if (btnModeText.Text == Language.StringByID(R.MyInternationalizationString.OnOffOn))
                         {
                             currentModeID = 100;
@@ -888,7 +887,6 @@
                        oldMode = btnChoose;
                        oldMode.IsSelected = true;
                        oldMode.Visible = true;
                        currentKey.CurrentSwitchMode = btnModeText.Text;
                        if (btnModeText.Text == Language.StringByID(R.MyInternationalizationString.DimmerMode1))
                        {
                            currentModeID = 200;
@@ -1062,7 +1060,6 @@
                        oldMode = btnChoose;
                        oldMode.IsSelected = true;
                        oldMode.Visible = true;
                        currentKey.CurrentSwitchMode = btnModeText.Text;
                        if (btnModeText.Text == Language.StringByID(R.MyInternationalizationString.WcdUp))
                        {
                            currentModeID = 300;