diff --git a/app/pricing/page.tsx b/app/pricing/page.tsx index 0418f22..5c27bac 100644 --- a/app/pricing/page.tsx +++ b/app/pricing/page.tsx @@ -73,7 +73,6 @@ function HomeModule5() { const handleSubscribe = async (planName: string) => { try { - // 使用新的Checkout Session方案(更简单!) const { createCheckoutSession, redirectToCheckout } = await import( "@/lib/stripe" ); @@ -106,48 +105,30 @@ function HomeModule5() {