Browse Source

Bugly茶话会倒计时增加打印

huangxiaoyue 1 year ago
parent
commit
551eb8a0a9

+ 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);
         }