/** * 详情页面顶部条 * @returns */ export const Banner = ({ title, description }) => { return <> {/* */}

{title}

{description}

{/* */}
{/* */} }