From f03c312b38771751a19372413beeaf7338cfabbc Mon Sep 17 00:00:00 2001
From: xingyy <64720302+Concur-max@users.noreply.github.com>
Date: Fri, 28 Feb 2025 11:14:57 +0800
Subject: [PATCH] =?UTF-8?q?feat(realAuth):=20=E6=B7=BB=E5=8A=A0=E8=AF=81?=
=?UTF-8?q?=E4=BB=B6=E7=B1=BB=E5=9E=8B=E5=92=8C=E5=8F=B7=E7=A0=81=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在实名认证页面添加证件类型和号码输入字段
- 更新国际化文件,添加相关翻译
- 修改个人资料页面,增加证件类型和号码显示
- 更新收集码签名页面,调整身份证件类型选择
---
app/components/x-van-select/index.vue | 2 +-
.../signature/personal-Info/index.vue | 3 ++-
app/pages/realAuth/components/detail.vue | 17 +++++++++++++++--
app/pages/realAuth/index.vue | 13 ++++++++++++-
i18n/locales/en-US.json | 7 ++++++-
i18n/locales/ja-JP.json | 7 ++++++-
i18n/locales/zh-CN.json | 7 ++++++-
i18n/locales/zh-TW.json | 7 ++++++-
nuxt.config.js | 2 +-
9 files changed, 55 insertions(+), 10 deletions(-)
diff --git a/app/components/x-van-select/index.vue b/app/components/x-van-select/index.vue
index f147d1f..df7a53a 100644
--- a/app/components/x-van-select/index.vue
+++ b/app/components/x-van-select/index.vue
@@ -1,7 +1,7 @@
@@ -35,7 +40,7 @@ const {userInfo}= authStore()