列晒筛选
This commit is contained in:
@@ -4,6 +4,8 @@ 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 SearchBar from "../../components/SearchBar";
|
||||
import FilterPopup from "./FilterPopup";
|
||||
import "./index.scss";
|
||||
import { useEffect } from "react";
|
||||
import Taro from "@tarojs/taro";
|
||||
@@ -146,33 +148,20 @@ const ListPage = () => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
{/* 状态信息栏 */}
|
||||
{lastRefreshTime && (
|
||||
<div
|
||||
style={{
|
||||
padding: "8px 16px",
|
||||
fontSize: "12px",
|
||||
color: "#999",
|
||||
backgroundColor: "#f8f8f8",
|
||||
borderBottom: "1px solid #eee",
|
||||
}}
|
||||
>
|
||||
最后更新: {formatRefreshTime(lastRefreshTime)} | 共 {matches.length}{" "}
|
||||
场比赛
|
||||
</div>
|
||||
)}
|
||||
<SearchBar />
|
||||
{/* 综合筛选 */}
|
||||
<div>
|
||||
<FilterPopup />
|
||||
</div>
|
||||
{/* 筛选 */}
|
||||
<div>
|
||||
{/* 全城筛选 */}
|
||||
<CityFilter />
|
||||
{/* 智能排序 */}
|
||||
<Menu />
|
||||
</div>
|
||||
|
||||
{/* 全城筛选 */}
|
||||
<CityFilter />
|
||||
|
||||
{/* 菜单 */}
|
||||
<Menu />
|
||||
|
||||
{/* 范围选择 */}
|
||||
<Range />
|
||||
|
||||
{/* 气泡 */}
|
||||
<Bubble />
|
||||
|
||||
|
||||
{/* 列表内容 */}
|
||||
<List>
|
||||
|
||||
Reference in New Issue
Block a user