From 30b5770f56f99c1f92e933ad31cf7d2af58b033c Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期三, 02 十二月 2020 16:31:48 +0800 Subject: [PATCH] 20201202 --- HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs similarity index 90% rename from HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs rename to HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs index ecbaae2..c7fd8cf 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs @@ -4,13 +4,23 @@ namespace HDL_ON.UI { + /// <summary> + /// 鑾峰彇鏀寔鐢佃瘽椤甸潰 + /// </summary> public class GetSupportPage : FrameLayout { - + /// <summary> + /// + /// </summary> FrameLayout bodyView; + + /// <summary> + /// + /// </summary> public GetSupportPage() { bodyView = this; + BackgroundColor = CSS_Color.MainBackgroundColor; } public void LoadPage() @@ -73,7 +83,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 }); -- Gitblit v1.8.0