fix: 适配新获取商品返回结果
This commit is contained in:
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…
x
Reference in New Issue
Block a user