筛选组件开发

This commit is contained in:
juguohong
2025-08-17 18:36:43 +08:00
parent 4f6ca73148
commit db48e55b05
17 changed files with 406 additions and 314 deletions

View File

@@ -2,6 +2,8 @@ import ListItem from "../../components/ListItem";
import List from "../../components/List";
import Bubble from "../../components/Bubble/example";
import Range from "../../components/Range/example";
import Menu from "../../components/Menu/example";
import CityFilter from "../../components/CityFilter/example";
import "./index.scss";
import { useEffect } from "react";
import Taro from "@tarojs/taro";
@@ -160,6 +162,12 @@ const ListPage = () => {
</div>
)}
{/* 全城筛选 */}
<CityFilter />
{/* 菜单 */}
<Menu />
{/* 范围选择 */}
<Range />