修复购物车页面商品数量修改, 右上角图标数据未更新问题

This commit is contained in:
pushuo 2022-11-02 11:14:17 +08:00 committed by Edward Yang
parent 1127186f7f
commit 971158a11c
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@
this.products = res.data.carts
this.amount_format = res.data.amount_format
this.total_quantity = res.data.quantity
bk.getCarts()
}
},
// 实例被挂载后调用