diff --git a/web/src/components/topup/index.jsx b/web/src/components/topup/index.jsx index 8f0b67a21..f07eabf3e 100644 --- a/web/src/components/topup/index.jsx +++ b/web/src/components/topup/index.jsx @@ -734,26 +734,34 @@ const TopUp = () => { {/* 主布局区域 */}
- {/* 左侧 - 订阅套餐 */} -
- -
+ {/* 左侧 - 订阅套餐(无套餐时隐藏整块卡片) */} + {(subscriptionLoading || subscriptionPlans.length > 0) && ( +
+ +
+ )} {/* 右侧 - 账户充值 + 邀请奖励 */} -
+
0 + ? 'lg:col-span-5 flex flex-col gap-6' + : 'lg:col-span-12 flex flex-col gap-6' + } + >