筛选组件开发
This commit is contained in:
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user