客服二维码

This commit is contained in:
xianyi
2025-12-04 16:11:07 +08:00
parent 0be7bdde09
commit 48b526aa94
4 changed files with 6 additions and 5 deletions

BIN
src/assets/image/kefu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
src/assets/image/vip-qr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -1,7 +1,7 @@
import type { ExamClient, QuickActionType } from '../../data/mockData';
import { EXAM_CLIENTS } from '../../data/mockData';
import { Button, InfoCard, Input } from '../ui';
import vipQr from '../../assets/image/vip-qr.png';
interface QuickActionModalProps {
action: QuickActionType;
noteText: string;
@@ -87,7 +87,7 @@ export const QuickActionModal = ({
</ul>
</div>
<div className='w-40 h-40 rounded-3xl bg-white border flex items-center justify-center text-xs text-gray-500'>
<img src={vipQr} alt='太平 VIP 认证二维码' className='w-full h-full object-cover' />
</div>
</div>
)}

View File

@@ -1,4 +1,5 @@
import { Card, CardContent, CardHeader } from '../ui';
import supportQr from '../../assets/image/kefu.png';
export const SupportSection = () => (
<Card>
@@ -19,9 +20,9 @@ export const SupportSection = () => (
<div className='flex flex-col items-center gap-3 text-white'>
<div className='text-[11px] tracking-[0.2em] opacity-80'>CIRCLE HARMONY · </div>
<div className='text-sm font-medium'> · </div>
<div className='w-28 h-28 rounded-full bg-white flex items-center justify-center'>
<div className='w-20 h-20 rounded-md bg-gray-200 flex items-center justify-center text-[10px] text-gray-500'>
<div className='w-28 h-28 bg-none flex items-center justify-center'>
<div className='w-30 h-30 rounded-md overflow-hidden'>
<img src={supportQr} alt='圆圆客服二维码' className='w-full h-full object-cover' />
</div>
</div>
<div className='text-sm font-semibold'></div>