mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
style: ⚡ 后端ES接口返回格式调整,前端字段调整
This commit is contained in:
@@ -759,7 +759,7 @@ export default {
|
||||
storeId: this.goodsDetail.storeId,
|
||||
recommend: true,
|
||||
}).then((res) => {
|
||||
this.recommendList = res.data.result.content;
|
||||
this.recommendList = res.data.result.records;
|
||||
});
|
||||
},
|
||||
|
||||
@@ -774,7 +774,7 @@ export default {
|
||||
category: this.goodsDetail.categoryId,
|
||||
keyword: this.goodsDetail.name,
|
||||
}).then((res) => {
|
||||
this.likeGoodsList = res.data.result.content;
|
||||
this.likeGoodsList = res.data.result.records;
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user