From ca3b0eddbc014e28a2d3448e650853173ca6b735 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 24 Apr 2025 10:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8D=95=E5=93=81=E5=A4=87?= =?UTF-8?q?=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/add.vue | 4 +-- src/views/home/components/cartItem.vue | 40 ++++++++++++++++++++++-- src/views/home/components/settleItem.vue | 3 ++ src/views/order/index.vue | 3 ++ 4 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/views/device/add.vue b/src/views/device/add.vue index 7b3db09..1bb65b2 100644 --- a/src/views/device/add.vue +++ b/src/views/device/add.vue @@ -182,8 +182,8 @@ const printData = reactive({ totalAmount: "10", }, ], - amount: "30.00", - originAmount: '30.00', + amount: "10.00", + originAmount: '10.00', discountAmount: "0.00", discount: 0, remark: "给我多放点辣椒,谢谢老板", diff --git a/src/views/home/components/cartItem.vue b/src/views/home/components/cartItem.vue index f8af408..08e4d06 100644 --- a/src/views/home/components/cartItem.vue +++ b/src/views/home/components/cartItem.vue @@ -27,7 +27,8 @@