列表接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user