mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat(billing): refactor pricing footer to conditionally display tax information based on category
This commit is contained in:
@ -14,7 +14,7 @@ const Footer = ({
|
|||||||
currentCategory,
|
currentCategory,
|
||||||
}: FooterProps) => {
|
}: FooterProps) => {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
console.log('Footer 渲染 - currentCategory:', currentCategory, 'CategoryEnum.CLOUD:', CategoryEnum.CLOUD, '相等?:', currentCategory === CategoryEnum.CLOUD)
|
||||||
return (
|
return (
|
||||||
<div className='flex min-h-16 w-full justify-center border-t border-divider-accent px-10'>
|
<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'>
|
<div className='flex max-w-[1680px] grow justify-between border-x border-divider-accent p-6'>
|
||||||
|
|||||||
Reference in New Issue
Block a user