From bfe05290368ddde34287940a3dfca5ae3f690b43 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 3 Dec 2024 15:03:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=A7=B0=E9=87=8D=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Instead/components/popup-weight-goods.vue | 49 ++++++++++--------- src/views/tool/Instead/index.vue | 34 +++++++------ 2 files changed, 45 insertions(+), 38 deletions(-) diff --git a/src/views/tool/Instead/components/popup-weight-goods.vue b/src/views/tool/Instead/components/popup-weight-goods.vue index c66264b..a593f29 100644 --- a/src/views/tool/Instead/components/popup-weight-goods.vue +++ b/src/views/tool/Instead/components/popup-weight-goods.vue @@ -8,13 +8,13 @@
单价
- ¥{{ item.lowPrice }}/{{ item.unitName }} + ¥{{ price }}/{{ item.unitName }}
重量
- @@ -22,7 +22,7 @@
-
¥ {{ item.lowPrice * number }}
+
¥ {{ allPrice }}
确定 @@ -30,20 +30,22 @@
-