// import React from 'react' import nothingImg from '../../static/appimgs/nothing.png' export default function TrademarkMall() { const height = window.innerHeight - 180; const data = [] return (
{data.length <= 0 ? (
暂无数据
) : (<>)}
) }