From 52e05a5fb6e07afbb14960fc3cbb8a8971e19eb2 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 25 十一月 2020 20:08:56 +0800 Subject: [PATCH] 2020-11-25 1.TOKEN过期刷新处理 --- HDL_ON/UI/UI0-Public/Widget/ListCellView.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs b/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs index 971ab31..0a87cc1 100644 --- a/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs +++ b/HDL_ON/UI/UI0-Public/Widget/ListCellView.cs @@ -4,6 +4,10 @@ namespace HDL_ON.UI { + /// <summary> + /// 閫氱敤ListCellView + /// 鏀寔瀹氫箟 涓绘爣棰樸�佸壇鏍囬銆乬o鍥炬爣銆佷笅鍒掔嚎銆佺偣鍑讳簨浠� + /// </summary> public class ListCellView : FrameLayout { /// <summary> @@ -18,6 +22,10 @@ /// 绠ご鍥炬爣 /// </summary> public Button btnImage; + /// <summary> + /// + /// </summary> + public LineView lineView; /// <summary> /// @@ -115,7 +123,7 @@ this.AddChidren(btnImage); } - var lineView = new LineView(); + lineView = new LineView(); this.AddChidren(lineView); lineView.Y = this.Height - lineView.Height; -- Gitblit v1.8.0