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:
yezian 2025-01-21 18:54:47 +08:00
commit 6169e8f89e
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}