修复滚动通知报错

This commit is contained in:
al 2025-01-21 18:54:03 +08:00
parent cba494dde3
commit 3f041ca292
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ const MessageList = ({ navigation, noticeCount, refInstance }) => {
}} }}
> >
{/* 广告轮播 */} {/* 广告轮播 */}
{!!scollNotice.content && ( {!!scollNotice?.content && (
<ScrollNotice <ScrollNotice
navigation={navigation} navigation={navigation}
content={scollNotice?.content} content={scollNotice?.content}