From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123
---
src/page/register/identity.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/register/identity.vue b/src/page/register/identity.vue
index 1c3196a..3d4fced 100644
--- a/src/page/register/identity.vue
+++ b/src/page/register/identity.vue
@@ -117,7 +117,7 @@
</div>
<div class="mt-32 font-26 h-20 textColor">{{ $t("证件反面") }}</div>
</div>
- <div
+ <!-- <div
class="flex-1 flex flex-col text-center justify-center items-center"
>
<div class="upload-wrap">
@@ -141,7 +141,7 @@
<div class="mt-32 font-26 h-20 textColor">
{{ $t("手持证件照") }}
</div>
- </div>
+ </div> -->
</div>
</div>
<template v-if="!disabled()">
@@ -226,7 +226,7 @@
this.name = data.name;
this.frontFile = data.idimg_1 ? [{ url: data.idimg_1_path }] : [];
this.reverseFile = data.idimg_2 ? [{ url: data.idimg_2_path }] : [];
- this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : [];
+ // this.fileList = data.idimg_3 ? [{ url: data.idimg_3_path }] : [];
}
});
},
--
Gitblit v1.9.3