mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 08:25:55 +08:00
refactor: update goods list fetching to use currentGoodsId
This commit is contained in:
@@ -793,8 +793,8 @@ export default {
|
|||||||
getGoodsList({
|
getGoodsList({
|
||||||
pageNumber: 1,
|
pageNumber: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
category: this.goodsDetail.categoryId,
|
currentGoodsId: this.goodsDetail.id,
|
||||||
keyword: this.goodsDetail.name,
|
keyword: this.goodsDetail.name
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
this.likeGoodsList = res.data.result.records;
|
this.likeGoodsList = res.data.result.records;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user