+ :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() {
+
+ }
+
}