feat(billing): refactor pricing footer to conditionally display tax information based on category

This commit is contained in:
CodingOnStar 2025-10-10 12:23:25 +08:00
parent c9c3aa0810
commit 63de2cc7a0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const Footer = ({
currentCategory,
}: FooterProps) => {
const { t } = useTranslation()
console.log('Footer 渲染 - currentCategory:', currentCategory, 'CategoryEnum.CLOUD:', CategoryEnum.CLOUD, '相等?:', currentCategory === CategoryEnum.CLOUD)
return (
<div className='flex min-h-16 w-full justify-center border-t border-divider-accent px-10'>
<div className='flex max-w-[1680px] grow justify-between border-x border-divider-accent p-6'>