forked from Gitlink/forgeplus-react
注销账号弹框form表单影响到手机号管理的form
This commit is contained in:
parent
84eafa7f31
commit
688e2bc6b1
|
@ -360,6 +360,7 @@ export default Form.create()(
|
|||
</Form>
|
||||
: type === '2' ?
|
||||
<div>
|
||||
<OffAccount visible={offVisible} onCancel={()=>{setOffVisible(false)}} {...props}/>
|
||||
<div className='tipsBox mb15'><img src={img1} alt="" width={16} className='mr10'/>请您谨慎操作,注销后帐号内所有数据都会被清空,且无法恢复帐号!</div>
|
||||
<div className='tipCont'>
|
||||
您可点击按钮完成账号的注销,注销后相关数据将不可恢复,注意事项如下:<br/>
|
||||
|
@ -389,7 +390,6 @@ export default Form.create()(
|
|||
<p>{type === '0' ? '更改邮箱后,您在GitLink的登录账号、接收通知的邮件地址将同步变更。请再次确认。' : '更改密码后,您在GitLink的登录密码将同步变更。请再次确认。'}</p>
|
||||
</div>
|
||||
</Modals>
|
||||
<OffAccount visible={offVisible} onCancel={()=>{setOffVisible(false)}} {...props}/>
|
||||
</Fragment>
|
||||
)})
|
||||
)
|
Loading…
Reference in New Issue