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 @@
-