ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/MessageControls/ShowMsgControl.cs
@@ -19,6 +19,10 @@ /// </summary> public Action CancelClickEvent = null; /// <summary> /// 点击背景是否关闭弹窗 /// </summary> public bool CloseByClickBack = true; /// <summary> /// 信息类型 /// </summary> private ShowMsgType msgType = ShowMsgType.Confirm; @@ -105,9 +109,12 @@ Common.CommonPage.Instance.AddChidren(frameMain); frameMain.MouseUpEventHandler += (sender, e) => { if (this.CloseByClickBack == true) { //移除界面 frameMain.RemoveFromParent(); this.ConfirmClickEvent = null; } }; //白色背景框