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() { + + {/* 客服联系 */} + + + + + + 遇到问题?联系客服 + + + + + 客服二维码 + + 扫码添加企业微信客服 + + + + + {/* 支付模态框 */}