修复滚动通知报错 #29

Merged
yezian merged 1 commits from anln_0000001_1.5 into main 2025-01-21 18:54:47 +08:00
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
navigation={navigation}
content={scollNotice?.content}