From 95b85a1942d41541025ec781f16b229108f75e65 Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期三, 02 七月 2025 09:38:00 +0800 Subject: [PATCH] feat: PDA添加增量更新 --- 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