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/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
similarity index 93%
rename from HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
rename to HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/GetSupportPage.cs
index c1ae8b6..d9b916d 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/GetSupportPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/GetSupport/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;

--
Gitblit v1.8.0