From 399b23d44f62cce3211319afcb35ac0c5cbe17df Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 27 Dec 2023 17:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/settled/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index a017580..fa06f93 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -1119,9 +1119,12 @@ import { Toast } from '../../../libs/uniApi'; if (that.isShowCode && !that.codeVal) return that.$util.Tips({ title: '请填写图片验证码' }); - if (that.pics.length == 0) return that.$util.Tips({ - title: '请上传一张或者多张图片' - }); + if (!that.business_license) return that.$util.Tips({ + title: '请上传营业执照' + }); + // if (that.pics.length == 0) return that.$util.Tips({ + // title: '请上传一张或者多张图片' + // }); that.validate = true;