fix: member article cover url null

This commit is contained in:
guozhigq
2024-10-26 00:34:23 +08:00
parent a8f228fab7
commit 3aca6cecc2

View File

@ -117,7 +117,7 @@ class _MemberArticlePageState extends State<MemberArticlePage> {
width: 50, width: 50,
height: 50, height: 50,
type: 'emote', type: 'emote',
src: item.cover['url'], src: item?.cover?['url'] ?? '',
), ),
title: Text( title: Text(
item.content, item.content,