修复滚动通知报错
This commit is contained in:
parent
cba494dde3
commit
3f041ca292
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue