黄学彪
2020-05-19 e747e6d8524e3146bb48dc304a713f309966b1c6
ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs
@@ -415,10 +415,8 @@
                        UserCenterResourse.HideOption.CenterHideMenu = 1;
                    }
                }
                if (textValue == "0001a")
                if (textValue == "1")
                {
                    var form = new Guide.GuideHouseForm();
                    form.ShowFrom();
                }
                if (textValue == "12349")
                {
@@ -430,6 +428,12 @@
                    //强制跳转网关界面
                    UserCenterResourse.HideOption.GotoGatewayProductInfoForm = 1;
                }
                if (textValue == "abcdef1")
                {
                    //强制变更常开模式的时间为分钟
                    UserCenterResourse.HideOption.DoorLockNomallyOpenTimeMode = 1;
                }
                this.ShowMassage(ShowMsgType.Tip, "Ok!");
            });
        }