diff --git a/screeens/NoticeDetail/components/MessageList/index.jsx b/screeens/NoticeDetail/components/MessageList/index.jsx index b77aa0b..98504b5 100644 --- a/screeens/NoticeDetail/components/MessageList/index.jsx +++ b/screeens/NoticeDetail/components/MessageList/index.jsx @@ -271,7 +271,7 @@ const MessageList = ({ navigation, noticeCount, refInstance }) => { }} > {/* 广告轮播 */} - {!!scollNotice.content && ( + {!!scollNotice?.content && (