调整实名认证页面外观css

This commit is contained in:
luk.lu
2019-10-13 08:15:12 +08:00
parent 0203a754ae
commit 386fb5646c
7 changed files with 38 additions and 27 deletions

View File

@@ -176,14 +176,15 @@ export default {
'identity.realname': 'Real Name',
'identity.nationality': 'Nationality',
'identity.idtype': 'ID Type',
'identity.idcode': 'ID Code',
'identity.idNo': 'ID Number',
'identity.idphoto': 'ID Photo',
'identity.idtypes': {idcard:'id card', passport:'passport'},
'identity.chooseIdtype': 'Type of id cards',
'identity.chooseNation': 'Choose Nation',
'identity.kyc1btn': 'Submit',
'identity.kyc1btn2': 'Go to 2nd level of KYC',
'identity.kyc2btc': 'Submit',
'system.title': 'Settings',
'system.language': 'Language',
'system.currency': 'Currency',

View File

@@ -176,10 +176,11 @@ export default {
'identity.realname': '实名',
'identity.nationality': '国籍',
'identity.idtype': '证件类型',
'identity.idcode': '证件编号',
'identity.idNo': '证件编号',
'identity.idphoto': '证件照片',
'identity.idtypes': {idcard:'身份证', passport:'护照'},
'identity.chooseIdtype': '选择证件类型',
'identity.chooseNation': '选择国籍',
'identity.kyc1btn': '提交',
'identity.kyc1btn2': '进入二级实名认证',
'identity.kyc2btn': '提交',