更新圆圆客服二维码和太平 VIP 认证二维码
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 104 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 156 KiB |
@@ -1,7 +1,6 @@
|
|||||||
import type { ExamClient, QuickActionType } from '../../data/mockData';
|
import type { ExamClient, QuickActionType } from '../../data/mockData';
|
||||||
import { EXAM_CLIENTS } from '../../data/mockData';
|
import { EXAM_CLIENTS } from '../../data/mockData';
|
||||||
import { InfoCard } from '../ui';
|
import { InfoCard } from '../ui';
|
||||||
import vipQr from '../../assets/image/vip-qr.png';
|
|
||||||
interface QuickActionModalProps {
|
interface QuickActionModalProps {
|
||||||
action: QuickActionType;
|
action: QuickActionType;
|
||||||
noteText: string;
|
noteText: string;
|
||||||
@@ -86,7 +85,7 @@ export const QuickActionModal = ({
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className='w-40 h-40 rounded-3xl bg-white border flex items-center justify-center text-xs text-gray-500'>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import { Card, CardContent, CardHeader } from '../ui';
|
import { Card, CardContent, CardHeader } from '../ui';
|
||||||
import supportQr from '../../assets/image/kefu.png';
|
|
||||||
|
|
||||||
export const SupportSection = () => (
|
export const SupportSection = () => (
|
||||||
<Card>
|
<Card>
|
||||||
@@ -22,7 +21,7 @@ export const SupportSection = () => (
|
|||||||
<div className='text-sm font-medium'>圆圆客服 · 一站式健康服务</div>
|
<div className='text-sm font-medium'>圆圆客服 · 一站式健康服务</div>
|
||||||
<div className='w-28 h-28 bg-none flex items-center justify-center'>
|
<div className='w-28 h-28 bg-none flex items-center justify-center'>
|
||||||
<div className='w-30 h-30 rounded-md overflow-hidden'>
|
<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>
|
</div>
|
||||||
<div className='text-sm font-semibold'>一对一专属服务</div>
|
<div className='text-sm font-semibold'>一对一专属服务</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user