| System/SystemSetting/HangUpWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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");