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);