From c7698e163e43cea9e7f8ee45f8e3f91c9265cca4 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 04 十一月 2019 19:11:41 +0800 Subject: [PATCH] 合并了全部的代码 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs index 61978d7..2ca8eb4 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlCheckLogic.cs @@ -256,13 +256,13 @@ //瀵嗙爜楠岃瘉 if (string.IsNullOrEmpty(UserCenterResourse.Option.PswAuthentication) == false) { - var form = new SecondaryPswSecurityForm(); + var form = new PswSecondarySecurityForm(); form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction); } //鎵嬪娍楠岃瘉 else if (string.IsNullOrEmpty(UserCenterResourse.Option.GestureAuthentication) == false) { - var form = new GesturePswSecirityForm(); + var form = new PswGestureSecirityForm(); form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction); } else @@ -279,14 +279,14 @@ else if (string.IsNullOrEmpty(UserCenterResourse.Option.PswAuthentication) == false) { //瀵嗙爜楠岃瘉 - var form = new SecondaryPswSecurityForm(); + var form = new PswSecondarySecurityForm(); form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction); FailAction = null; } else if (string.IsNullOrEmpty(UserCenterResourse.Option.GestureAuthentication) == false) { //鎵嬪娍楠岃瘉 - var form = new GesturePswSecirityForm(); + var form = new PswGestureSecirityForm(); form.AddForm(i_TouchText, i_PasswordText, i_GestureText, SuccessAction); FailAction = null; } -- Gitblit v1.8.0