소스 검색

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