From e90209beae6a4e822cecb18e6889f8bda23f630e Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 14 十二月 2020 11:16:06 +0800
Subject: [PATCH] 合并了晾衣架(非新云端)
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomClickButton.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/Common/Controls/ClickButtonControls/BottomClickButton.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomClickButton.cs
similarity index 85%
rename from ZigbeeApp/Shared/Phone/Common/Controls/ClickButtonControls/BottomClickButton.cs
rename to ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomClickButton.cs
index 1714dda..8f5e5db 100644
--- a/ZigbeeApp/Shared/Phone/Common/Controls/ClickButtonControls/BottomClickButton.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomClickButton.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
-namespace Shared.Phone
+namespace Shared.Phone.UserCenter
{
/// <summary>
/// 鍋氭垚涓�涓瓨鍦ㄤ簬BodyFrameLayout搴曢儴杩涜鍗曞嚮鐨勬寜閽湬
@@ -41,11 +41,11 @@
base.ButtonClickEvent += (sender, e) =>
{
- if (this.CheckForm == true)
+ if (this.CheckForm == true && UserCenterResourse.DicActionForm.ContainsKey(this.formName) == true)
{
- var form = HdlFormLogic.Current.GetFormByName(this.formName);
//妫�娴嬬晫闈�
- if (form != null && form.CheckForm() == false)
+ bool result = UserCenterResourse.DicActionForm[this.formName].CheckForm();
+ if (result == false)
{
//妫�娴嬩笉閫氳繃
return;
--
Gitblit v1.8.0