浏览代码

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