更新圆圆客服二维码和太平 VIP 认证二维码

This commit is contained in:
xianyi
2025-12-15 14:31:28 +08:00
parent 5e412d4c54
commit 2a62fecfb1
4 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

View File

@@ -1,7 +1,6 @@
import type { ExamClient, QuickActionType } from '../../data/mockData';
import { EXAM_CLIENTS } from '../../data/mockData';
import { InfoCard } from '../ui';
import vipQr from '../../assets/image/vip-qr.png';
interface QuickActionModalProps {
action: QuickActionType;
noteText: string;
@@ -86,7 +85,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' />
<img src="https://datacenter-open.oss-cn-hangzhou.aliyuncs.com/his/taiping-vip.jpg" alt='太平 VIP 认证二维码' className='w-full h-full object-cover' />
</div>
</div>
)}

View File

@@ -1,5 +1,4 @@
import { Card, CardContent, CardHeader } from '../ui';
import supportQr from '../../assets/image/kefu.png';
export const SupportSection = () => (
<Card>
@@ -22,7 +21,7 @@ export const SupportSection = () => (
<div className='text-sm font-medium'> · </div>
<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' />
<img src="https://datacenter-open.oss-cn-hangzhou.aliyuncs.com/his/kefu-zixun.png" alt='圆圆客服二维码' className='w-full h-full object-cover' />
</div>
</div>
<div className='text-sm font-semibold'></div>