陈嘉乐
2020-06-03 f573c74a1b431a6d016d766628f2e6320fa42ff9
ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs
@@ -428,6 +428,12 @@
                    //强制跳转网关界面
                    UserCenterResourse.HideOption.GotoGatewayProductInfoForm = 1;
                }
                if (textValue == "abcdef1")
                {
                    //强制变更常开模式的时间为分钟
                    UserCenterResourse.HideOption.DoorLockNomallyOpenTimeMode = 1;
                }
                this.ShowMassage(ShowMsgType.Tip, "Ok!");
            });
        }