From 63de2cc7a09f57acbeeb2579425ac4464ef41c25 Mon Sep 17 00:00:00 2001 From: CodingOnStar Date: Fri, 10 Oct 2025 12:23:25 +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 51195090ed..aa92dfe7c4 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 (