perf: +发送失败的提示 style:

dev/timezone
Lei OT 2 years ago
parent 0108b04be5
commit faff17716c

@ -582,6 +582,7 @@ export const parseRenderMessageList = (messages) => {
};
export const whatsappError = {
'BAD_REQUEST': '无法发送, 请使用邮件联系.',
'PARAM_INVALID': '参数错误, 请联系技术组',
'100': '参数错误, 请联系技术组',
'131026': '[131026] 消息无法投递(未注册/使用旧版/未同意政策).\n请稍后重试或使用邮件联系',
'131047': '[131047] 会话超过24小时或未激活. \n请使用模板消息发送',

@ -26,7 +26,7 @@ const ChatWindow = () => {
<>
<Layout hasSider className='h-screen chatwindow-wrapper' style={{ maxHeight: 'calc(100% - 198px)', height: 'calc(100% - 198px)' }}>
<Sider
width={240}
width={300}
theme={'light'}
className='h-full overflow-y-auto h-parent'
style={{ maxHeight: 'calc(100vh - 198px)', height: 'calc(100vh - 198px)' }}

Loading…
Cancel
Save