From da649b8c712a4f6f60bc2ee2faafe1ff76c2a4e3 Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期二, 29 七月 2025 10:47:48 +0800 Subject: [PATCH] 修改扫码问题 --- src/components/product_card/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/product_card/index.vue b/src/components/product_card/index.vue index 3cb28bb..9fb6b8c 100644 --- a/src/components/product_card/index.vue +++ b/src/components/product_card/index.vue @@ -16,7 +16,7 @@ </view> <text class="text-[#646874] mx-2"> 鎬婚渶姹傛暟閲�: - <text class="text-[#252525]">{{ data[map.totalAmount] }}m</text> + <text class="text-[#252525]">{{ data[map.totalAmount] }}{{ data[map.unit] }}</text> </text> </view> </wd-col> @@ -29,7 +29,7 @@ </view> <text class="text-[#646874] mx-2"> 宸茬敓浜ф暟閲�: - <text class="text-[#252525]">{{ data[map.amount] }}m</text> + <text class="text-[#252525]">{{ data[map.amount] }}{{ data[map.unit] }}</text> </text> </view> </wd-col> @@ -40,7 +40,7 @@ </view> <text class="text-[#646874] mx-2"> 寰呮帓浜ф暟閲�: - <text class="text-[#252525]">{{ data[map.unAmount] }}m</text> + <text class="text-[#252525]">{{ data[map.unAmount] }}{{ data[map.unit] }}</text> </text> </view> </wd-col> -- Gitblit v1.9.3