mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-20 17:35:54 +08:00
修改商品搜索样式 以及es中删除部分字段
This commit is contained in:
@@ -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;
|
||||
});
|
||||
},
|
||||
|
||||
@@ -32,8 +32,6 @@ export default {
|
||||
params: {
|
||||
pageNumber: 1,
|
||||
pageSize: 10,
|
||||
|
||||
order: "desc",
|
||||
keyword: "",
|
||||
storeCatId: "",
|
||||
storeId: "",
|
||||
|
||||
Reference in New Issue
Block a user