From dee4399060fcaf478455cedb9bb24ef5457046e2 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Fri, 10 Oct 2025 10:49:51 +0800 Subject: [PATCH] feat(billing): refactor pricing footer to conditionally display tax information based on category --- web/app/components/billing/pricing/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/billing/pricing/footer.tsx b/web/app/components/billing/pricing/footer.tsx index aa92dfe7c4..51195090ed 100644 --- a/web/app/components/billing/pricing/footer.tsx +++ b/web/app/components/billing/pricing/footer.tsx @@ -14,7 +14,7 @@ const Footer = ({ currentCategory, }: FooterProps) => { const { t } = useTranslation() - + console.log('Footer 渲染 - currentCategory:', currentCategory, 'CategoryEnum.CLOUD:', CategoryEnum.CLOUD, '相等?:', currentCategory === CategoryEnum.CLOUD) return (