Parcourir la source

修改公告时间显示

leiyasi il y a 1 an
Parent
commit
1fae52704b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
                 {