feat: 配置首页通告

This commit is contained in:
huxiaoshuang
2022-11-22 17:54:05 +08:00
parent f09e20e55e
commit 277bf91838
2 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -203,10 +203,11 @@ const Home = () => {
</View>
{/* 通知条 */}
<NoticeBar
{ !systemConfig?.[0]?.notice?.isHidden && <NoticeBar
leftIcon="volume-o"
text="疫情期间,请留意各个景区的开放状态以及时间"
/>
// text="疫情期间,请留意各个景区的开放状态以及时间"
text={systemConfig?.[0]?.notice?.text}
/>}
{/* 顶部 */}
{/* <View>
<Row>