From e21874a0488fd13fa17c9c179b14e5f61f9e9eca Mon Sep 17 00:00:00 2001
From: daimenglei <2585309659@qq.com>
Date: Thu, 29 May 2025 09:39:21 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E3=80=81=E5=95=86=E6=88=B7?=
=?UTF-8?q?=E3=80=81=E4=BB=A3=E7=90=86=E5=95=86=EF=BC=8C=E8=AE=A4=E8=AF=81?=
=?UTF-8?q?=E6=98=AF=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E9=AA=8C=E7=A9=BA?=
=?UTF-8?q?=E8=A7=84=E5=88=99=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/agentVerification/index.vue | 4 ++++
.../business/merchantVerification/index.vue | 22 +++++++++++--------
src/views/business/userVerification/index.vue | 3 +++
3 files changed, 20 insertions(+), 9 deletions(-)
diff --git a/src/views/business/agentVerification/index.vue b/src/views/business/agentVerification/index.vue
index ae6ab2e..cc32f67 100644
--- a/src/views/business/agentVerification/index.vue
+++ b/src/views/business/agentVerification/index.vue
@@ -409,8 +409,12 @@ export default {
},
/** 新增按钮操作 */
handleAdd(row) {
+ this.reset()
if (row.id != null){
this.form = row;
+ this.form.idCardFrontImagePath = null;
+ this.form.idCardBackImagePath = null;
+ this.form.userWithIdCardImagePath = null;
this.open = true;
this.title = this.$t('business.agent.agentVerification.authenticateTitle');
}else {
diff --git a/src/views/business/merchantVerification/index.vue b/src/views/business/merchantVerification/index.vue
index 120803d..187faef 100644
--- a/src/views/business/merchantVerification/index.vue
+++ b/src/views/business/merchantVerification/index.vue
@@ -110,7 +110,7 @@
-
+
只能上传JPG/PNG文件,且不超过5M
-
+
只能上传JPG/PNG文件,且不超过5M
-
+