feat: 配置首页通告
This commit is contained in:
2
dist/pages/home/index.js
vendored
2
dist/pages/home/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user