perf(前端): waba提示

dev/supplier-email-drawer
Lei OT 9 months ago
parent 4d71f3b59d
commit 44caaf40fd

@ -276,7 +276,7 @@ const InputComposer = ({ channel, currentActive }) => {
useEffect(() => {
if (currentActive) focusInput();
if (!isEmpty(referenceMsg) && referenceMsg.waba.replace('+', '') !== fromIM.replace('+', '')) {
if (channel === 'waba' && !isEmpty(referenceMsg) && referenceMsg.waba.replace('+', '') !== fromIM.replace('+', '')) {
setWabaWarning('注意: 回复的消息与当前使用的WABA账户不一致. 请到个人资料页面切换WABA商业号身份.')
} else {
setWabaWarning('');

Loading…
Cancel
Save