From 4000c97fa93065b59d7ccaefefb8977d2942ed2f Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期三, 04 二月 2026 08:58:28 +0800
Subject: [PATCH] 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