From 07dd52299b726333381fd251dd80f55c46c03fd8 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 30 Nov 2022 08:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=BF=85=E5=A1=AB=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pingchang/AppCommunityManagement/ManageDetail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/project/pingchang/AppCommunityManagement/ManageDetail.vue b/src/project/pingchang/AppCommunityManagement/ManageDetail.vue index 1af83b34..42a615da 100644 --- a/src/project/pingchang/AppCommunityManagement/ManageDetail.vue +++ b/src/project/pingchang/AppCommunityManagement/ManageDetail.vue @@ -224,7 +224,7 @@
- *图片 + 图片
@@ -369,9 +369,9 @@ export default { if(this.form.controllerUserPhone && !/^1[0-9]{10,10}$/.test(this.form.controllerUserPhone)) { return this.$u.toast("请输入正确的手机号码"); } - if( !this.form.fileList.length) { - return this.$u.toast('请上传图片') - } + // if( !this.form.fileList.length) { + // return this.$u.toast('请上传图片') + // } // if(status == 2 && !this.form.proveFileList.length) { // return this.$u.toast('请上传核酸阴性证明图片') // }