From 7e4ff0e1ee5ea6b538358da9ac08fb9ca73979b9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 八月 2023 14:24:40 +0800
Subject: [PATCH] 2023-08-15

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx
index fbd4a9c..fae11ad 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.jsx
+++ b/src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -774,7 +774,7 @@
             let func = new Function('data', card.formula)
             val = func(_data)
           } catch (e) {
-            if (window.debugger) {
+            if (window.GLOB.debugger === true) {
               console.warn(e)
             }
             val = ''
@@ -794,7 +794,7 @@
                 // eslint-disable-next-line
                 _val = eval(_val)
               } catch (e) {
-                if (window.debugger) {
+                if (window.GLOB.debugger === true) {
                   console.info(_val)
                   console.warn(e)
                 }
@@ -820,7 +820,7 @@
               // eslint-disable-next-line
               _val = eval(_val)
             } catch (e) {
-              if (window.debugger) {
+              if (window.GLOB.debugger === true) {
                 console.info(_val)
                 console.warn(e)
               }

--
Gitblit v1.8.0