From 71742c0116383db83e5e24b18a67743921a19975 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Wed, 19 Nov 2025 20:15:27 +0800 Subject: [PATCH] update pay function --- src/components/Subscription/SubscriptionContentNew.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Subscription/SubscriptionContentNew.tsx b/src/components/Subscription/SubscriptionContentNew.tsx index f733a517..22910c37 100644 --- a/src/components/Subscription/SubscriptionContentNew.tsx +++ b/src/components/Subscription/SubscriptionContentNew.tsx @@ -35,7 +35,6 @@ import { FaTimes, FaChevronDown, FaChevronUp, - FaSparkles, } from 'react-icons/fa'; import { logger } from '../../utils/logger'; @@ -495,7 +494,7 @@ export default function SubscriptionContentNew() { fontWeight="bold" > - + PRICING @@ -663,7 +662,7 @@ export default function SubscriptionContentNew() { if (currentOption && currentOption.discountPercent > 0) { return ( - + 当前选择可节省 {currentOption.discountPercent}% 的费用