From 84804b405cb88f659d055b16eb3bd00b813ccb4a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 10 十二月 2020 10:58:38 +0800
Subject: [PATCH] 2020-12-10

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

diff --git a/src/tabviews/custom/components/card/cardItem/index.jsx b/src/tabviews/custom/components/card/cardItem/index.jsx
index b33fc40..6dbb7aa 100644
--- a/src/tabviews/custom/components/card/cardItem/index.jsx
+++ b/src/tabviews/custom/components/card/cardItem/index.jsx
@@ -12,7 +12,6 @@
 
 class CardBoxComponent extends Component {
   static propTpyes = {
-    BID: PropTypes.any,         // 涓婄骇ID
     cards: PropTypes.object,    // 鍗$墖琛岄厤缃俊鎭�
     card: PropTypes.object,     // 鍗$墖閰嶇疆淇℃伅
     data: PropTypes.object,
@@ -45,11 +44,11 @@
   }
 
   render() {
-    const { card, data, BID, cards } = this.props
+    const { card, data, cards } = this.props
 
     return (
       <div className="card-item-box" style={card.style}>
-        <CardCellComponent BID={BID} data={data} cards={cards} cardCell={card} elements={card.elements} updateStatus={this.props.updateStatus}/>
+        <CardCellComponent data={data} cards={cards} cardCell={card} elements={card.elements} updateStatus={this.props.updateStatus}/>
       </div>
     )
   }

--
Gitblit v1.8.0