From f77a3add1e7ab266e473da9128bbe5758ba3a890 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期日, 20 十二月 2020 19:29:03 +0800
Subject: [PATCH] Merge branch 'NewFilePath' into CJL
---
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