From ed3bfb7462d44747230437717e8673a5192f833f Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 30 十一月 2020 20:34:51 +0800
Subject: [PATCH] 2020-11-30-2
---
HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
similarity index 92%
rename from HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
rename to HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
index d9b916d..ecbaae2 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
@@ -4,19 +4,10 @@
namespace HDL_ON.UI
{
- /// <summary>
- /// 鑾峰彇鏀寔鐢佃瘽椤甸潰
- /// </summary>
public class GetSupportPage : FrameLayout
{
- /// <summary>
- ///
- /// </summary>
- FrameLayout bodyView;
- /// <summary>
- ///
- /// </summary>
+ FrameLayout bodyView;
public GetSupportPage()
{
bodyView = this;
@@ -82,7 +73,7 @@
TextAlignment = TextAlignment.CenterLeft,
TextSize = CSS_FontSize.TextFontSize,
TextColor = CSS_Color.FirstLevelTitleColor,
- Text = Constant.SUPPORT_EMAIL,
+ Text = "hdltickets@hdlautomation.com",
};
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