leiyasi пре 1 година
родитељ
комит
1fae52704b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

@@ -129,7 +129,7 @@ namespace GFGGame
             {
                 if (showActivity[index].endTime != "" && showActivity[index].endTime != null)
                 {
-                    endTime = TimeUtil.DateTimeToTimestamp(showActivity[0].endTime);
+                    endTime = TimeUtil.DateTimeToTimestamp(showActivity[index].endTime);
                 }
                 else
                 {