perf: 订单没有WhatsApp号码, 请求订单会话, 需要用邮箱创建

2.0/email-builder
Lei OT 10 months ago
parent 6f863a95d2
commit 3b62175075

@ -111,8 +111,9 @@ const Conversations = () => {
}, []);
useEffect(() => {
if (order_sn && isEmpty(currentConversation.sn)) {
setCurrentConversation({ coli_sn: order_sn })
if (order_sn) {
// setCurrentConversation({ coli_sn: order_sn })
updateCurrentConversation({ coli_sn: Number(order_sn) });
}
return () => {}

Loading…
Cancel
Save