列表接口

This commit is contained in:
juguohong
2025-08-30 13:40:25 +08:00
parent f0b02e832f
commit 1cb303b86d
4 changed files with 22 additions and 23 deletions

View File

@@ -13,14 +13,17 @@ import {useGlobalState} from '@/store/global'
import { View } from "@tarojs/components";
import CustomerNavBar from "@/components/CustomNavbar";
import GuideBar from "@/components/GuideBar";
import { useDictionaryActions } from "@/store/dictionaryStore";
const ListPage = () => {
// 从 store 获取数据和方法
const store = useListStore() || {};
const {statusNavbarHeightInfo } = useGlobalState() || {}
// console.log("===store===", store);
// console.log('===statusNavbarHeightInfo', statusNavbarHeightInfo)
const { statusNavbarHeightInfo } = useGlobalState() || {}
const { getDictionaryValue } = useDictionaryActions() || {};
console.log('===getDictionaryValue', getDictionaryValue('court_type'));
// locationOptions 室内
// game_play 玩法
const {
isShowFilterPopup,
error,