JLChen
2021-03-26 9c33e4ccb90fae87a614abd2ed1ab034d3b7a13d
HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
@@ -20,6 +20,7 @@
        public GetSupportPage()
        {
            bodyView = this;
            BackgroundColor = CSS_Color.MainBackgroundColor;
        }
        public void LoadPage()
@@ -59,7 +60,7 @@
            FrameLayout emailRow = new FrameLayout()
            {
                Y = Application.GetRealHeight(114),
                Y = phoneRow.Bottom,
                Height = Application.GetRealWidth(50),
            };
            bodyView.AddChidren(emailRow);