优化kyc页面按钮的界面显示
This commit is contained in:
@@ -181,8 +181,9 @@ export default {
|
||||
'identity.idtypes': {idcard:'id card', passport:'passport'},
|
||||
'identity.chooseIdtype': 'Type of id cards',
|
||||
'identity.kyc1btn': 'Submit',
|
||||
'identity.real2btn': 'Go to 2nd level of KYC',
|
||||
|
||||
'identity.kyc1btn2': 'Go to 2nd level of KYC',
|
||||
'identity.kyc2btc': 'Submit',
|
||||
|
||||
'system.title': 'Settings',
|
||||
'system.language': 'Language',
|
||||
'system.currency': 'Currency',
|
||||
|
||||
@@ -181,7 +181,8 @@ export default {
|
||||
'identity.idtypes': {idcard:'身份证', passport:'护照'},
|
||||
'identity.chooseIdtype': '选择证件类型',
|
||||
'identity.kyc1btn': '提交',
|
||||
'identity.real2btn': '进入二级实名认证',
|
||||
'identity.kyc1btn2': '进入二级实名认证',
|
||||
'identity.kyc2btn': '提交',
|
||||
|
||||
'system.title': '我的设置',
|
||||
'system.language': '语言偏好',
|
||||
|
||||
@@ -95,7 +95,7 @@ const IdentityPage: React.FC<DispatchProp & UserModelState & IdentityModelState>
|
||||
<div>请重新提交。</div>
|
||||
</div>
|
||||
<Button
|
||||
className={styles.input}
|
||||
className={styles.myinput}
|
||||
type="primary"
|
||||
size="large"
|
||||
loading={kyc1Submitting}
|
||||
|
||||
Reference in New Issue
Block a user