添加《实名认证》模块的一级认证页面。尚未完工。

This commit is contained in:
luk.lu
2019-10-12 07:37:51 +08:00
parent 10e3c39f3c
commit 9c92fd0d33
10 changed files with 237 additions and 5 deletions

View File

@@ -154,9 +154,9 @@ export default {
'lgpwd.originPrompt': 'Please input your original login password',
'lgpwd.success': 'Login password is changed successfully',
'profile.account': 'Account Settings',
'profile.account': 'My Account',
'profile.system': 'System Settings',
'profile.identity': 'KYC',
'profile.identity': 'KYC Authentication',
'profile.share': 'Promotion',
'profile.msg': 'Message Center',
'profile.about': 'About VIC',
@@ -170,6 +170,18 @@ export default {
'account.factor': '2FA',
'account.logout': 'Logout',
'account.confirm': 'Are you sure to logout?',
'account.modifyNickname': 'Change nickname',
'identity.title': 'KYC 1st Level',
'identity.realname': 'Real Name',
'identity.nationality': 'Nationality',
'identity.idtype': 'ID Type',
'identity.idcode': 'ID Code',
'identity.idphoto': 'ID Photo',
'identity.idtypes': {idcard:'id card', passport:'passport'},
'identity.chooseIdtype': 'Type of id cards',
'identity.real1btn': 'Submit',
'identity.real2btn': 'Go to 2nd level of KYC',
'system.title': 'Settings',
'system.language': 'Language',