From 971158a11c68200751585de777d58785eb51c23e Mon Sep 17 00:00:00 2001 From: pushuo Date: Wed, 2 Nov 2022 11:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=AD=E7=89=A9=E8=BD=A6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=95=86=E5=93=81=E6=95=B0=E9=87=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=20=E5=8F=B3=E4=B8=8A=E8=A7=92=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=95=B0=E6=8D=AE=E6=9C=AA=E6=9B=B4=E6=96=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/cart/cart.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/cart/cart.blade.php b/themes/default/cart/cart.blade.php index daa7b582..0d8ec513 100644 --- a/themes/default/cart/cart.blade.php +++ b/themes/default/cart/cart.blade.php @@ -176,6 +176,7 @@ this.products = res.data.carts this.amount_format = res.data.amount_format this.total_quantity = res.data.quantity + bk.getCarts() } }, // 实例被挂载后调用