feat: 隐藏

This commit is contained in:
huxiaoshuang
2022-11-22 19:06:40 +08:00
parent 2b75333cb2
commit 80914506ce
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -322,7 +322,7 @@ const Home = () => {
</View> */}
{/* 离我最近/天气/动态展示 */}
<View>
{/* <View>
<Tag plain={true} type="success">
离你最近 (5km)
</Tag>
@@ -331,7 +331,7 @@ const Home = () => {
<View>温度</View>
<View>是否开放</View>
</View>
</View>
</View> */}
{/* 截取数组2个活动 */}
{details.splice(0, 2).map((item: any, index: any) => {