diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index 1fefaf5..ea29391 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -6,6 +6,8 @@ import { Grid, GridItem, Row, + Tab, + Tabs, Tag, Toast, } from "@antmjs/vantui"; @@ -329,7 +331,6 @@ const Home = () => { }); }} /> */} - {/* 分割线 */} @@ -349,6 +350,15 @@ const Home = () => { */} + {/* 日期页签 */} + {/* {}}> + 今天 + 明天 + 后天 + 周六 + 周日 + */} + {/* 截取数组2个活动 */} {details.splice(0, 2).map((item: any, index: any) => { return (