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;