瀏覽代碼

个人相册拍照时间

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;
             bool otherSelect = !curSelect && RoleDataManager.photoDatas.IndexOf(photoData.PictureId) >= 0;
             item.m_imgSelect.visible = curSelect;
             item.m_imgSelect.visible = curSelect;
             item.m_imgOtherSelect.visible = otherSelect;
             item.m_imgOtherSelect.visible = otherSelect;
-
+            item.m_txtTime.text = TimeUtil.FormattingTime1(photoData.CreationTime);
             item.target.data = photoData.PictureId;
             item.target.data = photoData.PictureId;
             UI_ListPhotoItem1.ProxyEnd();
             UI_ListPhotoItem1.ProxyEnd();