From 65490f36d66e21d0a55186d39d6cd1e89b09257b Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 6 Dec 2021 12:53:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E5=95=86=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=AF=86=E7=A0=81=E5=A4=8D=E5=88=B6=E8=B4=A6=E5=8F=B7=E5=AF=86?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E5=8F=96=E6=B6=88=E7=BC=96=E8=BE=91=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributor/adddistributorinfo/adddistributorinfo.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/distributor/adddistributorinfo/adddistributorinfo.js b/src/pages/distributor/adddistributorinfo/adddistributorinfo.js index 99ac0f74..fead33f1 100644 --- a/src/pages/distributor/adddistributorinfo/adddistributorinfo.js +++ b/src/pages/distributor/adddistributorinfo/adddistributorinfo.js @@ -447,9 +447,11 @@ this.setState({pwdtype:e}); }} countShow= {false} value={this.state.model.account} placeholder={"请输入登录账号"} labelWidth={'0px'} maxLength={32} height={'36px'} width={'520px'} alignment={'left'}/> - {Notify.clear();Notify.success('复制成功!');}}> - - + { + this.props.enumer==0?{Notify.clear();Notify.success('复制成功!');}}> + + :null + }