From d763431f5cd4466288862686190d8132d779e153 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 13 Aug 2025 10:06:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(realName):=20=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=9B=B4=E6=94=B9=EF=BC=8C=E6=8E=A5=E5=85=A5ocr?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/selfService/realName/realName.vue | 30 ++++++++++++++++--------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/pages/selfService/realName/realName.vue b/pages/selfService/realName/realName.vue index 6079e2a..9ed76bb 100644 --- a/pages/selfService/realName/realName.vue +++ b/pages/selfService/realName/realName.vue @@ -44,6 +44,7 @@ > @@ -54,7 +55,11 @@ prop="sex" ref="item1" > - + - - - --> + { this.$refs.uploadImg1.deletePic({ index: 0 }) @@ -486,10 +493,13 @@ export default { } }, imageUploaded1(url) { + if (!url) return this.dataForm.idFront = url + this.getIdCardInfo(url) }, imageUploaded2(url) { this.dataForm.idBack = url + this.idBackChange(url) }, // radio选择发生变化 radioGroupChange(e) {