diff --git a/packages/shopEnter/index/index.vue b/packages/shopEnter/index/index.vue index 2a54f9bc..2c7e017a 100644 --- a/packages/shopEnter/index/index.vue +++ b/packages/shopEnter/index/index.vue @@ -42,7 +42,7 @@ 手机号 - + @@ -242,12 +242,6 @@ export default { duration: 2000 }); } - if (!that.bank_card) { - return uni.showToast({ - title: '请输入银行卡号', - duration: 2000 - }); - } if (!that.store_name) { return uni.showToast({ title: '请输入门店名称', @@ -278,6 +272,12 @@ export default { duration: 2000 }); } + if (!that.imgList6.length) { + return uni.showToast({ + title: '请上传营业执照', + duration: 2000 + }); + } let interior_photo = that.imgList4.join(",") let facade_photo = that.imgList2.join(",")