修复滚动通知报错 #29
|
@ -271,7 +271,7 @@ const MessageList = ({ navigation, noticeCount, refInstance }) => {
|
|||
}}
|
||||
>
|
||||
{/* 广告轮播 */}
|
||||
{!!scollNotice.content && (
|
||||
{!!scollNotice?.content && (
|
||||
<ScrollNotice
|
||||
navigation={navigation}
|
||||
content={scollNotice?.content}
|
||||
|
|
Loading…
Reference in New Issue