Add phone prefix to UI.

This commit is contained in:
Yang Luo
2021-05-14 17:39:53 +08:00
parent db5ecddd3f
commit d361a39ffc
3 changed files with 7 additions and 6 deletions

View File

@ -272,6 +272,7 @@ class SignupPage extends React.Component {
style={{
width: '100%',
}}
addonBefore={`+${this.state.application?.organizationObj.phonePrefix}`}
/>
</Form.Item>
<Form.Item name="agreement" valuePropName="checked" {...tailFormItemLayout}>