old mode 100755
new mode 100644
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomClickButton.cs |
| | |
| | | using System.Collections.Generic;
|
| | | using System.Text;
|
| | |
|
| | | namespace Shared.Phone.UserCenter
|
| | | namespace Shared.Phone |
| | | {
|
| | | /// <summary>
|
| | | /// 做成一个存在于BodyFrameLayout底部进行单击的按钮✩
|
| | |
| | |
|
| | | base.ButtonClickEvent += (sender, e) =>
|
| | | {
|
| | | if (this.CheckForm == true && UserCenterResourse.DicActionForm.ContainsKey(this.formName) == true)
|
| | | if (this.CheckForm == true) |
| | | {
|
| | | var form = HdlFormLogic.Current.GetFormByName(this.formName); |
| | | //检测界面
|
| | | bool result = UserCenterResourse.DicActionForm[this.formName].CheckForm();
|
| | | if (result == false)
|
| | | if (form != null && form.CheckForm() == false) |
| | | {
|
| | | //检测不通过
|
| | | return;
|