From 7ae549dad113a9fc3164c061dd18dc4548152402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B7=E5=B0=8F=E5=89=8D?= Date: Fri, 23 Jan 2026 18:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0ios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Subscription/SubscriptionContentNew.tsx | 48 ++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/src/components/Subscription/SubscriptionContentNew.tsx b/src/components/Subscription/SubscriptionContentNew.tsx index 855379c8..95893112 100644 --- a/src/components/Subscription/SubscriptionContentNew.tsx +++ b/src/components/Subscription/SubscriptionContentNew.tsx @@ -25,6 +25,10 @@ import { useBreakpointValue, Checkbox, Link as ChakraLink, + Popover, + PopoverTrigger, + PopoverContent, + PopoverBody, } from '@chakra-ui/react'; import { Crown, @@ -39,7 +43,7 @@ import { ExternalLink, Gem, } from 'lucide-react'; -import { AlipayCircleOutlined, WechatOutlined } from '@ant-design/icons'; +import { AlipayCircleOutlined, WechatOutlined, CustomerServiceOutlined } from '@ant-design/icons'; import { logger } from '../../utils/logger'; import { useAuth } from '../../contexts/AuthContext'; @@ -1561,6 +1565,48 @@ export default function SubscriptionContentNew() { + + {/* 客服联系 */} + + + + + + 遇到问题?联系客服 + + + + + 客服二维码 + + 扫码添加企业微信客服 + + + + + {/* 支付模态框 */}