移出冗余

This commit is contained in:
唐明明
2022-01-14 14:54:28 +08:00
parent bb729dde11
commit 18448d7873
13 changed files with 0 additions and 32 deletions

View File

@@ -257,7 +257,6 @@ export default {
if (!this.inputValue.length || this.inputValue.includes("."))
return false;
}
console.log(data);
this.inputValue.push(data);
},
close() {
@@ -303,7 +302,6 @@ export default {
},
// 跳转到食品详情
tabGoodsInfo(e) {
console.log("父组件监听到了子组件的商品详情页面", e);
this.$emit("tabGoodsInfo", { title: e[0].name, id: e[0].food_id });
},
},

View File

@@ -165,7 +165,6 @@ export default {
if (!this.inputValue.length || this.inputValue.includes("."))
return false;
}
console.log(data);
this.inputValue.push(data);
},
close() {