From 5ea6aa8ea047d4d7b6137fa86c03109aeb1b67ff Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 18 十二月 2020 18:03:18 +0800
Subject: [PATCH] Merge branch 'CJL' into NewFilePath

---
 HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs
index 9f6526c..c0eccff 100755
--- a/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/FunctionIntroductionPage.cs
@@ -63,7 +63,7 @@
         /// 鍔犺浇鍖哄煙閫夋嫨RowView
         /// </summary>
         /// <param name="VerticalScrolViewMiddle"></param>
-        void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, HelpURLInfo functionInfo)
+        void AddRowView(VerticalScrolViewLayout VerticalScrolViewMiddle, APPFunctionURLInfo functionInfo)
         {
             var rowView = new FrameLayout()
             {
@@ -125,27 +125,27 @@
         }
 
         #region 娴嬭瘯
-        List<HelpURLInfo> list = new List<HelpURLInfo>();
+        List<APPFunctionURLInfo> list = new List<APPFunctionURLInfo>();
         /// <summary>
         /// 
         /// </summary>
         void TestLoad()
         {
-            list.Add(new HelpURLInfo()
+            list.Add(new APPFunctionURLInfo()
             {
                 Title = "HDL ON PRO 1.0.10 涓昏鏇存柊",
                 CreateTime = "11鏈�26",
                 Url = Constant.URL_PRIVACYPOLICY,
             });
 
-            list.Add(new HelpURLInfo()
+            list.Add(new APPFunctionURLInfo()
             {
                 Title = "HDL ON PRO 1.0.09 涓昏鏇存柊",
                 CreateTime = "10鏈�26",
                 Url = Constant.URL_PRIVACYPOLICY,
             });
 
-            list.Add(new HelpURLInfo()
+            list.Add(new APPFunctionURLInfo()
             {
                 Title = "HDL ON PRO 1.0.08 涓昏鏇存柊",
                 CreateTime = "09鏈�26",
@@ -162,10 +162,10 @@
 
 
     /// <summary>
-    /// 甯姪缃戦〉鍦板潃
+    /// 鍔熻兘浠嬬粛缃戦〉淇℃伅
     /// </summary>
     [System.Serializable]
-    public class HelpURLInfo
+    public class APPFunctionURLInfo
     {
         /// <summary>
         /// 

--
Gitblit v1.8.0