From 4d527dc8ec023b58c671f38689fe255d9e412f9d Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Jan 2025 10:38:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(BUG=20534=20533):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AF=81=E8=BF=9C=E7=A8=8B=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 AppInsuranceAudit 和 AppLoanAudit 组件中集成 AiIdcardRemote 组件 - 实现身份证信息查询和自动填充功能 - 优化用户信息获取逻辑,提高用户体验 --- project/xumu/AppInsuranceAudit/add.vue | 25 ++++++++--- project/xumu/AppLoanAudit/add.vue | 25 ++++++++--- project/xumu/components/AiIdcardRemote.vue | 48 ++++++++++++++++++++++ 3 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 project/xumu/components/AiIdcardRemote.vue diff --git a/project/xumu/AppInsuranceAudit/add.vue b/project/xumu/AppInsuranceAudit/add.vue index cb9df0f9..1fb668c4 100644 --- a/project/xumu/AppInsuranceAudit/add.vue +++ b/project/xumu/AppInsuranceAudit/add.vue @@ -1,6 +1,7 @@ @@ -110,12 +120,15 @@ export default {
+ + + - + diff --git a/project/xumu/AppLoanAudit/add.vue b/project/xumu/AppLoanAudit/add.vue index 0cf2460e..ec036e10 100644 --- a/project/xumu/AppLoanAudit/add.vue +++ b/project/xumu/AppLoanAudit/add.vue @@ -1,6 +1,7 @@ @@ -119,12 +129,15 @@ export default {
+ + + - + diff --git a/project/xumu/components/AiIdcardRemote.vue b/project/xumu/components/AiIdcardRemote.vue new file mode 100644 index 00000000..48e32b03 --- /dev/null +++ b/project/xumu/components/AiIdcardRemote.vue @@ -0,0 +1,48 @@ + + + + +