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/AddButton.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs index aecbe5b..cc5c709 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddButton.cs @@ -8,7 +8,7 @@ { public AddButton() { - Tag = "Pir"; + Tag = "PirView"; } public void Show(Control control) { @@ -170,7 +170,7 @@ else { replication.RemView(); - new Intelligence.Automation.LogicView.TipPopView().FlashingBox(Language.StringByID(StringId.tianjiashibai)); + new TipPopView().FlashingBox(Language.StringByID(StringId.tianjiashibai)); } -- Gitblit v1.8.0