From 9bec14d5be92bb330910db7e57dff29cf8baa0f8 Mon Sep 17 00:00:00 2001 From: huxiaoshuang Date: Fri, 25 Nov 2022 11:25:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/index.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 (