diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx index aa29c10..233d9fa 100644 --- a/src/pages/home/index.tsx +++ b/src/pages/home/index.tsx @@ -533,6 +533,8 @@ const Home = () => { )} + + {/* 打卡精选 */} {/* 瀑布流 */} {/* */} diff --git a/src/pages/my/index.tsx b/src/pages/my/index.tsx index 75ee67b..6498d4a 100644 --- a/src/pages/my/index.tsx +++ b/src/pages/my/index.tsx @@ -29,6 +29,8 @@ import { updateTableid, } from "../../utils/index"; import { type } from "../../../config"; +import { Divider } from '@antmjs/vantui' + const my = (props: any) => { // const [active, setActive] = react.useState(props?.active ?? 0);