fix: up主页专栏视频时长显示

This commit is contained in:
guozhigq
2024-04-09 23:42:09 +08:00
parent bec619111b
commit 9f9471d7f9

View File

@ -51,8 +51,7 @@ class MemberSeasonsItem extends StatelessWidget {
bottom: 6, bottom: 6,
right: 6, right: 6,
type: 'gray', type: 'gray',
text: Utils.CustomStamp_str( text: Utils.timeFormat(seasonItem.duration),
timestamp: seasonItem.pubdate, date: 'YY-MM-DD'),
) )
], ],
); );