ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/MessageControls/ShowMsgControl.cs
@@ -66,15 +66,18 @@ /// </summary> public void Show() { if (myTip != null) try { myTip.Show(Common.CommonPage.Instance); myTip = null; return; if (myTip != null) { myTip.Show(Common.CommonPage.Instance); myTip = null; return; } //初始化控件 this.InitMsgControl(); } //初始化控件 this.InitMsgControl(); catch (Exception ex) { HdlLogLogic.Current.WriteLog(ex); } } #endregion