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