修改商品搜索样式 以及es中删除部分字段

This commit is contained in:
lemon橪
2021-11-11 18:15:12 +08:00
parent f8b388c968
commit 9671d60555
4 changed files with 3 additions and 6 deletions

View File

@@ -749,6 +749,7 @@ export default {
category: this.goodsDetail.categoryId,
keyword: this.goodsDetail.name,
}).then((res) => {
console.warn(this.likeGoodsList )
this.likeGoodsList = res.data.result.content;
});
},