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