Browse Source

相册删除时间

zhaoyang 2 years ago
parent
commit
6f33176fd8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemPhotoView.cs

@@ -141,6 +141,7 @@ namespace GFGGame
             loaIcon.texture = _photoInfos[index].Ntexture;
             loaIcon.texture = _photoInfos[index].Ntexture;
 
 
             item.m_txtTime.text = TimeUtil.FormattingTime1(_photoInfos[index].CreationTime);
             item.m_txtTime.text = TimeUtil.FormattingTime1(_photoInfos[index].CreationTime);
+            item.m_txtTime.visible = false;
             item.m_btnLock.m_c1.selectedIndex = _photoInfos[index].LockingStatus ? 1 : 0;
             item.m_btnLock.m_c1.selectedIndex = _photoInfos[index].LockingStatus ? 1 : 0;
             item.m_btnUp.m_c1.selectedIndex = _photoInfos[index].ToppingStatus ? 1 : 0;
             item.m_btnUp.m_c1.selectedIndex = _photoInfos[index].ToppingStatus ? 1 : 0;
             if (item.m_btnLock.target.data == null)
             if (item.m_btnLock.target.data == null)