From 2bc230cf2e7a7329c2329b07307a47b059835bbc Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期五, 18 十月 2019 10:20:52 +0800 Subject: [PATCH] 2019-10-18-1 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs index e7a053c..e1d408c 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Logic/HdlPanelLogic.cs @@ -64,7 +64,7 @@ Panel.KeyNum keyNum = (Panel.KeyNum)panel.DeviceEpoint; var result = await panel.GetPanelColorInfoAsync(keyNum); //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -132,7 +132,7 @@ var result = await panel.GetPanelSwitchLevelAsync(); panel = null; //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -167,7 +167,7 @@ var result = await panel.SetKeyLevelAsync(directionsLevel, backlightLevel); panel = null; //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowTipMsg(error); @@ -223,7 +223,7 @@ panel = null; //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -262,7 +262,7 @@ var result = await panel.SetKeyModeAsync(modeEnable, modeTime, level); panel = null; //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -320,7 +320,7 @@ panel = null; //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -452,7 +452,7 @@ { var result = await panel.GetPanelPrivateFunctionsAsync(parameter); //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); @@ -488,7 +488,7 @@ { var result = await panel.ConfigureHdlKeyValueAsync((Panel.KeyMode)i_value); //鍏遍�氶敊璇娴� - string error = UserCenterLogic.CheckCommonErrorCode(result); + string error = HdlCheckLogic.Current.CheckCommonErrorCode(result); if (error != null) { this.ShowErrorMsg(error); -- Gitblit v1.8.0