陈嘉乐
2021-03-10 1d1cad99a27c9f644c84eb3d376c70bd30a55879
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);