fix: 适配新获取商品返回结果
parent
3498de4529
commit
1abc7a5a52
|
@ -229,7 +229,7 @@ export default {
|
|||
.then((res) => {
|
||||
this.loading = false;
|
||||
if (res.success) {
|
||||
this.goodsList = res.result;
|
||||
this.goodsList = res.result.records;
|
||||
this.total = res.result.total;
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue