소스 검색

个人相册拍照时间

zhaoyang 2 년 전
부모
커밋
b4c0a40f76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/RoleInfo/PersonalPhotoView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/RoleInfo/PersonalPhotoView.cs

@@ -63,7 +63,7 @@ namespace GFGGame
             bool otherSelect = !curSelect && RoleDataManager.photoDatas.IndexOf(photoData.PictureId) >= 0;
             item.m_imgSelect.visible = curSelect;
             item.m_imgOtherSelect.visible = otherSelect;
-
+            item.m_txtTime.text = TimeUtil.FormattingTime1(photoData.CreationTime);
             item.target.data = photoData.PictureId;
             UI_ListPhotoItem1.ProxyEnd();