fix: member article cover url null
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user