diff --git a/web/src/auth/RegisterPage.js b/web/src/auth/RegisterPage.js index 1ee4cc94..7450c5ca 100644 --- a/web/src/auth/RegisterPage.js +++ b/web/src/auth/RegisterPage.js @@ -85,7 +85,8 @@ class RegisterPage extends React.Component { width: 80, }} > - + + ); @@ -98,13 +99,13 @@ class RegisterPage extends React.Component { onFinish={(values) => this.onFinish(values)} onFinishFailed={(errorInfo) => this.onFinishFailed(errorInfo.values, errorInfo.errorFields, errorInfo.outOfDate)} initialValues={{ - prefix: '001', + prefix: '86', }} style={{width: !Setting.isMobile() ? "400px" : "250px"}} size="large" >