少年修仙传客户端代码仓库
client_Lhy
2019-06-11 2b7ce435eaee88a5b79336ebdcac06b51cdd371f
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");