import { View } from '@tarojs/components' import Spin from '@/components/Spin' import logo from '@/assets/icons/comm/logo_small.png' import './style.less' export default (props) => { const { width = '64px', logoVisible } = props const height = width return ( { logoVisible !== false && () } 收集人间美好 ) }