From 94968f63b181eee088dab157881daf50ec5cb56a Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期五, 12 三月 2021 12:00:54 +0800 Subject: [PATCH] 2021-3-12-1 --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs index d01e28b..76f446d 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControl.cs @@ -9,7 +9,7 @@ { public AddControl() { - Tag = "Pir"; + Tag = "PirView"; } public void Show(Control control) { @@ -151,7 +151,6 @@ view.RemoveFromParent(); } } - //MainPage.BasePageView.RemoveViewByTag("Pir"); AddControlComplete addControlComplete = new AddControlComplete(); MainPage.BasePageView.AddChidren(addControlComplete); addControlComplete.Show(control,false); -- Gitblit v1.8.0