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