king
2024-01-06 920e94fc5483b081b3d43c86df8f56d838f2f14d
src/tabviews/custom/components/share/normalheader/index.jsx
@@ -27,7 +27,14 @@
    })
  }
  shouldComponentUpdate (nextProps, nextState) { return false }
  shouldComponentUpdate (nextProps, nextState) {
    const { config } = this.props
    if (config.checkBid && this.props.BID !== nextProps.BID) {
      return true
    }
    return false
  }
  /**
   * @description 组件销毁,清除state更新,清除快捷键设置