This commit is contained in:
parent
bce05bc40c
commit
1cdb67f6dc
|
|
@ -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
|
||||
}
|
||||
},
|
||||
// 实例被挂载后调用
|
||||
|
|
|
|||
Loading…
Reference in New Issue