From e00c701120c14d662e50239d8393f2437178cb47 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Sat, 10 May 2025 13:46:22 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=BF=AE=E6=94=B9=E8=AE=B8=E5=8F=AF?= =?UTF-8?q?=E8=AF=81=E9=9D=9E=E5=BF=85=E5=A1=AB=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java-mall-app-shop-admin/pages/audit/shop2.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/java-mall-app-shop-admin/pages/audit/shop2.vue b/java-mall-app-shop-admin/pages/audit/shop2.vue index 6ce3a09..42e5b06 100644 --- a/java-mall-app-shop-admin/pages/audit/shop2.vue +++ b/java-mall-app-shop-admin/pages/audit/shop2.vue @@ -577,14 +577,14 @@ export default { return; } - if (!this.form.license_image) { - this.$refs.uToast.show({ - message: "请上许可证照片", - type: "error", - duration: 1000, - }); - return; - } + // if (!this.form.license_image) { + // this.$refs.uToast.show({ + // message: "请上许可证照片", + // type: "error", + // duration: 1000, + // }); + // return; + // } if (!this.form.legal_person_id_images) { this.$refs.uToast.show({ @@ -611,7 +611,7 @@ export default { }; auditItem.entity_type = this.active + 1; - auditItem.license_type = this.licenseType.id; + // auditItem.license_type = this.licenseType.id; // auditItem.license_image = JSON.stringify(this.fileList2.join(",")); uni.setStorageSync("auditItem", auditItem);