From 8905afcbd6dbb859e79199be86a7c706a03307b0 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期四, 26 十一月 2020 15:34:59 +0800
Subject: [PATCH] 2020-11-26 1.获取支持、过户新功能页面实现。2UI优化调整。
---
HDL_ON/Common/Constant.cs | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/HDL_ON/Common/Constant.cs b/HDL_ON/Common/Constant.cs
index 70d1fca..1809a2c 100644
--- a/HDL_ON/Common/Constant.cs
+++ b/HDL_ON/Common/Constant.cs
@@ -10,15 +10,20 @@
/// <summary>
/// 鐢ㄦ埛鍗忚
/// </summary>
- public const string URL_UserAgreement = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
+ public const string URL_USERAGREEMENT = "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html";
/// <summary>
/// 闅愮鏀跨瓥
/// </summary>
- public const string URL_PrivacyPolicy = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
-
-
-
- }
+ public const string URL_PRIVACYPOLICY = "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html";
+ /// <summary>
+ /// 鎶�鏈敮鎸佺數璇濆彿鐮�
+ /// </summary>
+ public const string SUPPORT_TELEPHONENUMBER = "4008558535";
+ /// <summary>
+ /// 鎶�鏈敮鎸侀偖绠卞湴鍧�
+ /// </summary>
+ public const string SUPPORT_EMAIL = "hdltickets@hdlautomation.com";
+ }
#endregion
#region 鈻� 鍏ㄥ眬鏋氫妇 ____________________________
--
Gitblit v1.8.0