From 748732901dd6353addeecbb843d0eae8d2f6887c Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Fri, 22 Sep 2023 15:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/settled/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 987dbb4..52fada0 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -384,7 +384,7 @@ this.num = 15 this.isshow = false } else { - this.num = 0 + this.num = 15 this.isshow = false } }, @@ -839,6 +839,7 @@ if (!value.classification) return that.$util.Tips({ title: '请选择商户分类' }); + if (!this.mer_storeType) return that.$util.Tips({ title: '请选择商户类型' }) @@ -851,6 +852,11 @@ if (that.isShowCode && !that.codeVal) return that.$util.Tips({ title: '请填写图片验证码' }); + if (that.pics.length==0 ) return that.$util.Tips({ + title: '请上传一张或者多张图片' + }); + + that.validate = true; return true; },