king
2020-11-24 0d6459d3bcd158d358752d2a6721a80e1192e110
src/tabviews/zshare/settingcomponent/index.jsx
@@ -22,17 +22,6 @@
    confirmLoading: false, // 自定义设置模态框加载中
  }
  /**
   * @description 卡片初始化,设置卡片的配置信息
   */
  UNSAFE_componentWillMount () {
  }
  UNSAFE_componentWillReceiveProps(nextProps) {
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState))
  }