From a85935c79da4215686d6ed961232c9a77866ff7f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 七月 2021 15:50:34 +0800
Subject: [PATCH] Revert "1"
---
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
index ee6fefc..ecd6e28 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Matching.cs
@@ -148,6 +148,7 @@
};
fLayout.AddChidren(succeedBtn);
#endregion
+
#region 鐐瑰嚮浜嬩欢
//琛ㄧず搴撳垪琛ㄧ储寮曞��(鐩墠鍙�20涓簱)
int index = 1;
@@ -179,6 +180,7 @@
//娴嬭瘯Text
testBtn.MouseUpEventHandler += (sender, e) =>
{
+ // testBtn.BackgroundColor = CSS.CSS_Color.viewMiddle;
var library = libraryList[index - 1];
var control = GetControl(spk, testBtn.TextID, library);
//鍙戦�佹祴璇曠爜鍛戒护
@@ -188,6 +190,10 @@
if_bool = true;
}
};
+ testBtn.MouseDownEventHandler += (sender, e) =>
+ {
+ //testBtn.BackgroundColor = CSS.CSS_Color.textConfirmColor;
+ };
//鎺у埗澶辫触
failedBtn.MouseUpEventHandler += (sender, e) =>
{
--
Gitblit v1.8.0