dev_forum
杨树明 5 years ago
parent 2c546f2bbb
commit 7a58646575

@ -433,6 +433,11 @@ class LoginRegisterComponent extends Component {
return (
<div className="login_register_content" style={{height: "520px"}}>
<ReadPassword
modalsTypes={this.state.modalsType}
StudyMakeMoney={()=>this.StudyMakeMoney()}
/>
<Input type="text" name="username" value={"namename"}
style={{height: '0', width: '0', border: 'none', display: "none"}}/>
<Input type="password" name="password" id="password" value={"123123123"}

@ -28,7 +28,7 @@ class ReadPassword extends Component {
destroyOnClose={true}
title="提示"
centered={true}
visible={this.props.modalsType===undefined?false:this.props.modalsType}
visible={this.props.modalsTypes===undefined?false:this.props.modalsTypes}
width="530px"
>
<div className="educouddiv">

Loading…
Cancel
Save