wei
2020-11-27 e53a1951d6aa07ad22aad9816da4703496fcbccd
HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
File was renamed from HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
@@ -4,10 +4,19 @@
namespace HDL_ON.UI
{
    /// <summary>
    /// 获取支持电话页面
    /// </summary>
    public class GetSupportPage : FrameLayout
    {
        /// <summary>
        ///
        /// </summary>
        FrameLayout bodyView;
        /// <summary>
        ///
        /// </summary>
        public GetSupportPage()
        {
            bodyView = this;
@@ -73,7 +82,7 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextSize = CSS_FontSize.TextFontSize,
                TextColor = CSS_Color.FirstLevelTitleColor,
                Text = "hdltickets@hdlautomation.com",
                Text = Constant.SUPPORT_EMAIL,
            };
            emailRow.AddChidren(btnEmailText);
            emailRow.AddChidren(new Button() { X = Application.GetRealWidth(16), Y = Application.GetRealWidth(49), Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor });