From 8123d0298c0fed448bddc956059126a4875782c2 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 23 三月 2021 18:02:38 +0800 Subject: [PATCH] 2021-3-23-2 --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs index e65cb76..122c30f 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs @@ -8,6 +8,7 @@ { public class Method { + /// <summary> /// 绾㈠瀹濈▼搴忎富鍏ュ彛 /// </summary> @@ -15,7 +16,6 @@ /// <param name="function"></param> public void MainView(FrameLayout frame, Entity.Function function,Action action) { - Pir pirDevice = new Pir(); if (function != null) {//鏁版嵁杞崲 @@ -23,6 +23,7 @@ pirDevice.deviceId = function.deviceId; pirDevice.sid = function.sid; pirDevice.online = function.online; + pirDevice.versions = function.versions; } Pir.currPir = pirDevice; GetControlList(frame, () => -- Gitblit v1.8.0