From f573c74a1b431a6d016d766628f2e6320fa42ff9 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期三, 03 六月 2020 14:50:20 +0800 Subject: [PATCH] 2020-06-03-1 --- ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs index c94de76..9a4ac4b 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/UserMain/SecondAuthenticationForm.cs +++ b/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!"); }); } -- Gitblit v1.8.0