src/templates/sharecomponent/cardcomponent/index.jsx
@@ -29,8 +29,8 @@ cardcell: null // 卡片元素 } componentDidMount () { shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState)) } UNSAFE_componentWillReceiveProps (nextProps) {