更新
This commit is contained in:
parent
d73cd892ea
commit
399b23d44f
@ -1119,9 +1119,12 @@ import { Toast } from '../../../libs/uniApi';
|
|||||||
if (that.isShowCode && !that.codeVal) return that.$util.Tips({
|
if (that.isShowCode && !that.codeVal) return that.$util.Tips({
|
||||||
title: '请填写图片验证码'
|
title: '请填写图片验证码'
|
||||||
});
|
});
|
||||||
if (that.pics.length == 0) return that.$util.Tips({
|
if (!that.business_license) return that.$util.Tips({
|
||||||
title: '请上传一张或者多张图片'
|
title: '请上传营业执照'
|
||||||
});
|
});
|
||||||
|
// if (that.pics.length == 0) return that.$util.Tips({
|
||||||
|
// title: '请上传一张或者多张图片'
|
||||||
|
// });
|
||||||
|
|
||||||
|
|
||||||
that.validate = true;
|
that.validate = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user