ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
@@ -41,7 +41,7 @@ this.BackgroundColor = UserCenterColor.Current.ClickButtonDefultColor; this.TextAlignment = TextAlignment.Center; this.MouseDownEventHandler += this.Button_MouseDownEvent; this.ButtonDownClickEvent += this.Button_MouseDownEvent; } #endregion @@ -58,7 +58,7 @@ if (this.UseClickStatu == false) { //永久移除 this.MouseDownEventHandler -= this.Button_MouseDownEvent; this.ButtonDownClickEvent -= Button_MouseDownEvent; return; } if (base.CanClick == false || isSelcetStatu == true)