From 29aca91b483ce48db7df44be1c85fd1e9f99f842 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 12 Dec 2024 15:39:06 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E9=82=AE=E4=BB=B6=E5=85=88=E4=B8=8D?= =?UTF-8?q?=E7=BB=99=E4=BF=AE=E6=94=B9=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Conversations/Online/Components/EmailDetail.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Conversations/Online/Components/EmailDetail.jsx b/src/views/Conversations/Online/Components/EmailDetail.jsx index 040ca71..095b27c 100644 --- a/src/views/Conversations/Online/Components/EmailDetail.jsx +++ b/src/views/Conversations/Online/Components/EmailDetail.jsx @@ -84,10 +84,10 @@ const EmailDetail = ({ open, setOpen, emailMsg={}, ...props }) => { let btns = [] // 没有关联订单的邮件`绑定订单` - // if (showBindBtn) { + if (showBindBtn) { btns.push( setShowBindBtn(false)} {...{conversationid, mai_sn, showBindBtn}} />) btns.push(); - // } + } switch (status) { case 'accepted':