From 3c44ecc78187fc6ca2e3ec72a294e4740fded7ef Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期二, 23 三月 2021 15:34:52 +0800
Subject: [PATCH] 上传个东西

---
 HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
index 3e333ec..27d39e7 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/PirView.cs
@@ -101,8 +101,8 @@
             X = Application.GetRealWidth(291),
             Width = Application.GetRealWidth(8),
             Height = Application.GetRealWidth(8),
-            UnSelectedImagePath = "PirIcon/online.png",
-            SelectedImagePath = "PirIcon/offline.png",
+            UnSelectedImagePath ="PirIcon/offline.png",
+            SelectedImagePath = "PirIcon/online.png",
         };
 
         /// <summary>
@@ -117,8 +117,8 @@
             TextID = StringId.zaixianhwb,
             TextAlignment = TextAlignment.CenterLeft,
             TextSize = TextSize.text12,
-            TextColor = 0xFF67D569,// CSS.CSS_Color.textColor,
-            SelectedTextColor = CSS.CSS_Color.textRedColor,
+            TextColor = CSS.CSS_Color.textRedColor,// CSS.CSS_Color.textColor,
+            SelectedTextColor = 0xFF67D569,
             IsBold = true,
         };
         /// <summary>

--
Gitblit v1.8.0