From 93f67eceb286067a6ec5bbd747147f4824c1c6d2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 13 五月 2023 22:50:54 +0800
Subject: [PATCH] 2023-05-13

---
 src/tabviews/custom/components/card/cardcellList/index.jsx |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index 00fb6a8..4c7985a 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -133,6 +133,13 @@
       }
       window.open(_url)
       return
+    } else if (card.linkType === 'qywx') {
+      notification.warning({
+        top: 92,
+        message: 'PC涓嶆敮鎸佹墦寮�浼佷笟寰俊锛�',
+        duration: 5
+      })
+      return
     }
 
     // positecgroup

--
Gitblit v1.8.0