From 26cbae861ab0cb4b5d668030cea9f6d40da7d52f Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 15:55:03 +0800
Subject: [PATCH] Revert "feat(登录): 添加自动登录功能"

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