From e681a4e99fd2a45b862eae0b3b9d8a7e3a0328bc Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 27 Mar 2026 15:37:04 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E6=83=A0=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=97=B6=E5=AE=9E=E6=97=B6=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=AE=9E=E4=BB=98=E9=87=91=E9=A2=9D=EF=BC=8C=E6=94=B9=E7=94=A8?= =?UTF-8?q?@input=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index a832818..209f539 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -77,7 +77,7 @@ class="discount-input" type="digit" v-model="discountMoney" - @change="calcAmount" + @input="calcAmount" />