From 439fad8ed851adceba20b9d9c4a11b0eef153602 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 15:54:46 +0800
Subject: [PATCH] Revert "fix(scan): 修复扫码组件重复触发和超时处理问题"
---
src/components/product_card/index.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/components/product_card/index.vue b/src/components/product_card/index.vue
index 08ae612..f674947 100644
--- a/src/components/product_card/index.vue
+++ b/src/components/product_card/index.vue
@@ -4,6 +4,7 @@
<view class="flex justify-between w-full">
<text class="font-medium text-[#252525]">璁惧缂栧彿: {{ data[map.deviceModel] }}</text>
<wd-tag
+ v-if="data.type !== '缁炵嚎'"
:color="data[map.isMonofil] == 1 ? '#0D867F' : '#e6a23c'"
:bg-color="data[map.isMonofil] == 1 ? '#E7F4EC' : '#fdf6ec'"
>
--
Gitblit v1.9.3