Explorar el Código

修改公告时间显示

leiyasi hace 1 año
padre
commit
1fae52704b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
                 {