|
|
|
@ -270,7 +270,10 @@ class Otherlogin extends Component {
|
|
|
|
|
<Input value={this.state.password}
|
|
|
|
|
onInput={this.passwordonChange}
|
|
|
|
|
className={this.state.logintypes==="password"?"bor-red wechatpass":" wechatpass"}
|
|
|
|
|
placeholder="请输入密码"></Input>
|
|
|
|
|
placeholder="请输入密码"
|
|
|
|
|
autoComplete="new-password"
|
|
|
|
|
type="password"
|
|
|
|
|
></Input>
|
|
|
|
|
</Content>
|
|
|
|
|
{this.state.logintypes==="username"?<span className={"color-red ml50"}>请填写账号</span>:this.state.logintypes==="password"?<span className={"color-red ml50"}>请填写密码</span>:""}
|
|
|
|
|
<Footer>
|
|
|
|
|