diff --git a/src/pages/customerservice/support/conversation/index.jsx b/src/pages/customerservice/support/conversation/index.jsx index a608066..2d6e13f 100644 --- a/src/pages/customerservice/support/conversation/index.jsx +++ b/src/pages/customerservice/support/conversation/index.jsx @@ -87,7 +87,7 @@ const conversation = (props) => { showTotal: total => `共 ${total} 条`, }) }else{ - message.warn(res && res.message) + //message.warn(res && res.message) } }) }