黄学彪
2020-04-26 18a7f9f40e5fab3bee5d4ac3d8fd0273dea052d6
ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs
@@ -396,14 +396,23 @@
                {
                    //开启隐藏菜单
                    UserCenterResourse.HideOption.CenterHideMenu = 1;
                    this.ShowMassage(ShowMsgType.Tip, "Ok!");
                }
                if (textValue == "0001")
                {
                    var form = new Guide.GuideHouseForm();
                    form.ShowFrom();
                    this.ShowMassage(ShowMsgType.Tip, "Ok!");
                }
                if (textValue == "12349")
                {
                    //强制跳转真实设备界面
                    UserCenterResourse.HideOption.GotoRealDeviceForm = 1;
                }
                if (textValue == "12348")
                {
                    //强制跳转网关界面
                    UserCenterResourse.HideOption.GotoGatewayProductInfoForm = 1;
                }
                this.ShowMassage(ShowMsgType.Tip, "Ok!");
            });
        }