ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/MessageControls/ShowMsgControl.cs
@@ -125,6 +125,10 @@ { btnTitle.TextID = R.MyInternationalizationString.NormalTip; } else if (msgType == ShowMsgType.Remind) { btnTitle.TextID = R.MyInternationalizationString.uRemind; } //消息 var btnMsg = new NormalViewControl(frameBack.Width - Application.GetRealWidth(55 * 2), Application.GetRealHeight(180), false);