From a64ba5a3c293ee60fa23ad19bc77f6c5b34013ad Mon Sep 17 00:00:00 2001 From: aipincaihuiying <981042545@qq.com> Date: Tue, 7 Feb 2023 17:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BA=AB=E4=BB=BD=E8=AF=81?= =?UTF-8?q?=E7=85=A7=E7=89=87=E6=8B=8D=E7=85=A7=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/recognition/Recognition.vue | 54 +++++++++++++++++++++------ 1 file changed, 43 insertions(+), 11 deletions(-) diff --git a/src/views/recognition/Recognition.vue b/src/views/recognition/Recognition.vue index 1797e35..75469d3 100644 --- a/src/views/recognition/Recognition.vue +++ b/src/views/recognition/Recognition.vue @@ -17,8 +17,21 @@ 拍摄您的二代身份证原件,请确保图片清晰,四角完整 - - + + + + + + + + + + + + + + + 拍摄人像面 @@ -39,7 +52,7 @@ + :rules="[{ required: true, message: '请填写身份证号' }]" />
下一步 @@ -62,19 +75,38 @@ export default class Recognition extends Vue { pointCard: string = "23232111978221"; //姓名 name: string = ""; + onOversize:any="3M"; //实名认证 tatleName = "实名认证" + flag=0 + flag2=0 + headImg="" + headImg2="" //button volick(){ - eventBus.$emit("idcard",this.pointCard); - console.log(this.pointCard+"r") - eventBus.$emit("name",this.name); - - - this.$router.push({ - name: `Agreement`, - }) + eventBus.$emit("idcard",this.pointCard); + console.log(this.pointCard+"r") + eventBus.$emit("name",this.name); + + + this.$router.push({ + name: `Agreement`, + }) } + afterRead(file:any) { + this.flag=1 + this.headImg=file.content + console.log(file.content); + } + afterRead2(file:any) { + this.flag2=1 + this.headImg2=file.content + console.log(file.content); + } + people() { + + } + }