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; },