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;