Merge pull request '修复滚动通知报错' (#29) from anln_0000001_1.5 into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_app/pulls/29
This commit is contained in:
commit
6169e8f89e
|
@ -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