From ac9f0bd21b2f2385821b8bf92b19e838826c714a Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Thu, 17 Feb 2022 13:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/certification.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index c20c072..4e2b5a0 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -172,7 +172,7 @@ @@ -362,10 +362,11 @@ export default { topAuth() { let data = this.topForm; if (utils.validate("#auth")) { - if (!data.hand_img) { - this.$message.error(this.$t("profile.uploadIDCard")); - return; - } + // if (!data.hand_img) { + // // this.$message.error(this.$t("profile.uploadIDCard")); + // this.$message.error(this.$t("profile.uploadPhoto")); + // return; + // } if (!data.back_img) { this.$message.error(this.$t("profile.reversePhoto")); return;