列表
This commit is contained in:
@@ -2,12 +2,9 @@ import { View } from "@tarojs/components";
|
||||
import ListCard from "@/components/ListCard";
|
||||
import ListLoadError from "@/components/ListLoadError";
|
||||
import ListCardSkeleton from "@/components/ListCardSkeleton";
|
||||
// import { useGlobalState } from "@/store/global";
|
||||
|
||||
const ListContainer = (props) => {
|
||||
const { loading, data = [], error, reload } = props;
|
||||
// const { statusNavbarHeightInfo } = useGlobalState() || {};
|
||||
// const { totalHeight } = statusNavbarHeightInfo;
|
||||
|
||||
const renderList = () => {
|
||||
if (loading && data.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user