From 646135b9c54d6ccf5d47af30bf208bdfe5005017 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 09 十二月 2025 10:31:44 +0800
Subject: [PATCH] fix: 二维码内容简化,只传一个id。根据id查询详细信息。

---
 src/components/product_card/index.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/components/product_card/index.vue b/src/components/product_card/index.vue
index e6f64b6..92b2413 100644
--- a/src/components/product_card/index.vue
+++ b/src/components/product_card/index.vue
@@ -84,6 +84,19 @@
         </view>
       </wd-col>
     </wd-row>
+    <wd-row class="my-2" v-if="data[map.segmentLengthNote]">
+      <wd-col :span="24">
+        <view class="flex">
+          <view class="icon_box">
+            <wd-icon name="folder" color="#0D867F"></wd-icon>
+          </view>
+          <text class="text-[#646874] mx-2">
+            娈甸暱澶囨敞:
+            <text class="text-[#252525]">{{ data[map.segmentLengthNote] }}</text>
+          </text>
+        </view>
+      </wd-col>
+    </wd-row>
   </wd-card>
 </template>
 

--
Gitblit v1.9.3