From 355bf4219bcd33f2178ed3b1aa54e0af71905fdf Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 19 三月 2021 09:44:27 +0800 Subject: [PATCH] Merge branch 'WJC' into temp-wxr --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs index a992d58..57194ab 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/DeviceSet.cs @@ -47,7 +47,7 @@ }; #endregion UIView(vv); - topView.topIconBtn.MouseUpEventHandler += (sender, e) => + topView.clickSetBtn.MouseUpEventHandler += (sender, e) => { var form = new AddMiniRemoteControlDirection1Page(); form.AddForm(); @@ -91,11 +91,13 @@ { pirView.stateIconBtn.IsSelected = true; pirView.stateTextBtn.IsSelected = true; + pirView.stateTextBtn.TextID = StringId.zaixian; } else { pirView.stateIconBtn.IsSelected = false; pirView.stateTextBtn.IsSelected = false; + pirView.stateTextBtn.TextID = StringId.lixian; } //鏍囪绾㈠瀹� pirView.clickBtn.Tag = pirDevice; -- Gitblit v1.8.0