From c73a838e8c4d5265925bb6b6a5e9259d7523797b Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 20 Mar 2025 15:09:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E6=9C=AA=E6=88=90=E5=8A=9F=E5=8F=91?= =?UTF-8?q?=E9=80=81=E6=B8=85=E7=A9=BA=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=B6=88?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/components/order.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/tool/Instead/components/order.vue b/src/views/tool/Instead/components/order.vue index 0b85735..f376026 100644 --- a/src/views/tool/Instead/components/order.vue +++ b/src/views/tool/Instead/components/order.vue @@ -570,7 +570,7 @@ async function payOrder(payType, isScan, guazhangren) { if (payType == "arrears") { res = await payApi.creditPay({ ...returnPayParams(), creditBuyerId: guazhangren.id }); } - carts.clearCart(); + carts.clear(); } catch (error) { console.log(error); clearTimeout(payTimer);