黄学彪
2020-05-19 7dd4be37cdedaf81ad40990d8cb8dce164d83f4d
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;