mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 16:35:53 +08:00
fix: 🐛 后端修改es商品返回数据字段,前端同步
This commit is contained in:
@@ -434,7 +434,7 @@ export default {
|
||||
async getGoodsData() {
|
||||
let res = await getGoodsList(this.goodsParams);
|
||||
if (res.data.success) {
|
||||
this.goodsList.push(...res.data.result.content);
|
||||
this.goodsList.push(...res.data.result.records);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user