This commit is contained in:
weipengfei 2023-12-27 17:29:55 +08:00
parent d73cd892ea
commit 399b23d44f

View File

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