Преглед изворни кода

Bugly茶话会倒计时增加打印

huangxiaoyue пре 1 година
родитељ
комит
551eb8a0a9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/League/LeagueTeaPartyView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/League/LeagueTeaPartyView.cs

@@ -247,6 +247,7 @@ namespace GFGGame
             string strTimeText = "挑战剩余时间:";
             if(LeagueDataManager.Instance.TeaPartyStatus == LeagueTeaPartyStatus.YesGo)
                 strTimeText = "公开剩余时间:";
+            ET.Log.Error("UpDataOverTime TeaPartyCloseTime is null=" + LeagueDataManager.Instance.TeaPartyCloseTime);
             _ui.m_txtOverTime.text = strTimeText + TimeUtil.GetTimeLeft(TimeInfo.Instance.ServerNow(), LeagueDataManager.Instance.TeaPartyCloseTime);
         }