perf: 增加 WA 跳转到在线聊天

dev/ckeditor
LiaoYijun 4 months ago
parent d293e3a1e5
commit 095a8f3d3b

@ -100,11 +100,7 @@ const OrderProfile = ({ coliSN, ...props }) => {
<MailOutlined className='pr-1' />
{customerDetail.email}
</Typography.Text>
<Typography.Link
href='#'
onClick={() => {
console.info('whatsapp clicked.')
}}>
<Typography.Link href={`/order/chat/${coliSN}`}>
<WhatsAppOutlined className=' pr-1' />
{customerDetail.whatsapp_phone_number}
</Typography.Link>

Loading…
Cancel
Save