diff --git a/src/views/recognition/Recognition.vue b/src/views/recognition/Recognition.vue index 1797e3509401624d1fb05a334365b4e1b450de72..75469d3107a3c2dbabc393d968913e772b333564 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() { + + } + }