移出冗余

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

@@ -107,14 +107,9 @@ export default {
},
// 监听子组件的新增方法
addGoods(e) {
console.log('父组件监听到了子组件的新增方法', e);
this.addShow = true;
this.selectGoods = [e];
},
// 监听子组件的新增方法
tabGoodsInfo(e) {
console.log('父组件监听到了子组件的商品详情页面', e);
},
// 点击搜索左侧按钮
searchCustom(e) {
console.log(e);
@@ -135,7 +130,6 @@ export default {
},
// 跳转到食品详情
tabGoodsInfo(e) {
console.log(e);
this.$Router.push({
name: 'rankingDetails',
params: e