|
|
|
@ -366,10 +366,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
submit () {
|
|
|
|
|
let _this = this;
|
|
|
|
|
// if (this.welcome.params.length <= 0) {
|
|
|
|
|
// _this.$Message.error("图片/网页/小程序消息至少添加一个");
|
|
|
|
|
// return false;
|
|
|
|
|
// }
|
|
|
|
|
if (this.welcome.stores.length <= 0) {
|
|
|
|
|
_this.$Message.error("请至少选择一个店铺");
|
|
|
|
|
return false;
|
|
|
|
|