import { View } from "@tarojs/components"; import { memo } from "react"; // 宫格组件 export const GridsTpl = memo(() => { return ; });