Sfoglia il codice sorgente

个人相册拍照时间

zhaoyang 2 anni fa
parent
commit
b4c0a40f76

+ 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();