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

2.0/email-builder
Lei OT 10 months ago
parent 2ab3ccbe25
commit cc9cf7e160

@ -197,7 +197,8 @@ const Conversations = () => {
}
}
}
else if (isEmpty(whatsappID)) {
// else
if (isEmpty(whatsappID)) {
//
findCurrentIndex = conversationsList.findIndex((item) => `${item.coli_sn}` === `${colisn}`);
findCurrent = conversationsList[findCurrentIndex];

Loading…
Cancel
Save