From fe21d23b147ed5cec22b4f76a88840b05495d4ad Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 18 六月 2022 22:33:59 +0800
Subject: [PATCH] 2022-06-18

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index fd968c0..ab7f92a 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -512,6 +512,9 @@
 
       if (card.datatype === 'static') {
         url = card.url || ''
+        if (url === '@icon@') {
+          url = sessionStorage.getItem('avatar') || ''
+        }
       } else {
         url = data[card.field] || ''
       }

--
Gitblit v1.8.0