This commit is contained in:
Edward Yang 2022-06-29 16:00:16 +08:00
parent bce05bc40c
commit 1cdb67f6dc
1 changed files with 3 additions and 3 deletions

View File

@ -182,9 +182,9 @@
},
setUpdateData(res) {
this.products = res.carts
this.amount_format = res.amount_format
this.total_quantity = res.quantity
this.products = res.data.carts
this.amount_format = res.data.amount_format
this.total_quantity = res.data.quantity
}
},
// 实例被挂载后调用