import { View } from "@tarojs/components"; import { memo } from "react"; // 列表组件 export const ListTpl = memo(() => { return ; });