From 2b7ce435eaee88a5b79336ebdcac06b51cdd371f Mon Sep 17 00:00:00 2001
From: client_Lhy <995049470@qq.com>
Date: 星期二, 11 六月 2019 15:07:22 +0800
Subject: [PATCH] 4002 bug 挂机时间颜色要改成暗绿
---
System/SystemSetting/HangUpWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/SystemSetting/HangUpWin.cs b/System/SystemSetting/HangUpWin.cs
index 2054b16..6dae30a 100644
--- a/System/SystemSetting/HangUpWin.cs
+++ b/System/SystemSetting/HangUpWin.cs
@@ -99,7 +99,7 @@
{
return;
}
- _offlinePluginTimeText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.Green,
+ _offlinePluginTimeText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.DarkGreen,
HangUpSetModel.Instance.GetOfflinePluginTimeStr()), "/", "20灏忔椂");
var ItemCount = packModel.GetItemCountByID(PackType.Item, m_TargetItemId);
string ItemCountStr = StringUtility.Contact(UIHelper.AppendColor(ItemCount > 0 ? TextColType.LightGreen : TextColType.Red, ItemCount.ToString()), "/1");
--
Gitblit v1.8.0