From b78a4d0ca90416d37fcbaf5e54b00f7eaab53919 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期一, 14 十月 2019 17:03:58 +0800
Subject: [PATCH] 2019-10-14-2
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlSafeguardLogic.cs | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlSafeguardLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlSafeguardLogic.cs
index 9e98ebc..49549c2 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlSafeguardLogic.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlSafeguardLogic.cs
@@ -1,5 +1,5 @@
锘縰sing Newtonsoft.Json;
-using Shared.Common;
+using Shared.Common;
using System;
using System.Collections.Generic;
using System.Text;
@@ -118,7 +118,7 @@
var temp = Newtonsoft.Json.JsonConvert.DeserializeObject<ZigBee.Device.Safeguard.ErrorResponData>(jobject["Data"].ToString());
if (temp != null)
{
- string msg = UserCenterLogic.CheckCommonErrorCode(temp.Error);
+ string msg = HdlCheckLogic.Current.CheckCommonErrorCode(temp.Error);
if (msg != null)
{
this.ShowTipMsg(msg);
@@ -1639,9 +1639,9 @@
//璁剧疆鎻愮ず淇℃伅:璇疯緭鍏ョ敤鎴峰瘑鐮�
Dialogform.SetTipText(Language.StringByID(R.MyInternationalizationString.uPleaseInputUserPassword));
//纭鎸夐挳
- Dialogform.ComfirmClickEvent += (() =>
+ Dialogform.ComfirmClickEvent += ((textValue) =>
{
- if (Dialogform.InputText == string.Empty)
+ if (textValue == string.Empty)
{
this.ShowErrorMsg(Language.StringByID(R.MyInternationalizationString.uPleaseInputUserPassword));
return;
@@ -1649,7 +1649,7 @@
Dialogform.CloseDialog();
//鐢ㄦ埛瀵嗙爜
- pasword = Dialogform.InputText;
+ pasword = textValue;
//鍔犲瘑瀵嗙爜
this.UserPassword = pasword;
});
@@ -1907,12 +1907,12 @@
}
return true;
- }
-
+ }
+
#endregion
-
+
#region 鈻� 鎶ヨ鐩爣鐘舵�佺殑缈昏瘧鏂囨湰_____________
-
+
/// <summary>
/// 鑾峰彇鐏厜绫诲瀷鐨勬姤璀︾洰鏍囩殑鐘舵�佹枃鏈�
/// </summary>
--
Gitblit v1.8.0