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);