Selaa lähdekoodia

相册删除时间

zhaoyang 2 vuotta sitten
vanhempi
commit
6f33176fd8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 
             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_btnUp.m_c1.selectedIndex = _photoInfos[index].ToppingStatus ? 1 : 0;
             if (item.m_btnLock.target.data == null)