From a123ffc7359edf09c9fc2ba157e2e5762cf63cee Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 17 九月 2023 12:44:02 +0800
Subject: [PATCH] 2023-09-17

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

diff --git a/src/tabviews/custom/components/card/cardItem/index.jsx b/src/tabviews/custom/components/card/cardItem/index.jsx
index b601bc9..aa25ec8 100644
--- a/src/tabviews/custom/components/card/cardItem/index.jsx
+++ b/src/tabviews/custom/components/card/cardItem/index.jsx
@@ -16,7 +16,7 @@
   }
 
   shouldComponentUpdate (nextProps, nextState) {
-    return !is(fromJS(this.props.data), fromJS(nextProps.data))
+    return !is(fromJS(this.props), fromJS(nextProps))
   }
 
   /**

--
Gitblit v1.8.0