diff --git a/public/react/src/modules/user/FindPasswordComponent.js b/public/react/src/modules/user/FindPasswordComponent.js index 14b95e1b7..3d6263f2d 100644 --- a/public/react/src/modules/user/FindPasswordComponent.js +++ b/public/react/src/modules/user/FindPasswordComponent.js @@ -160,7 +160,7 @@ class LoginRegisterComponent extends Component { } if (this.state.login === undefined|| this.state.login.length ===0 || this.state.login === "") { this.setState({ - Phonenumberisnotco:"请输入正确的邮箱或手机号", + Phonenumberisnotco:"账号不能为空", }) return }