From b8aa5da1b2873bea760483cc5ab335fde9fb6de6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 五月 2022 18:15:56 +0800
Subject: [PATCH] 2022-05-12

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index b7da02b..34c8fe2 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -361,8 +361,6 @@
         _style.cursor = 'pointer'
       }
   
-      if (!card.link)
-
       if (card.bgImage && data[card.bgImage]) {
         _style.backgroundImage = `url('${data[card.bgImage]}')`
       }

--
Gitblit v1.8.0