king
2020-06-08 46fa548514ba2a438908586e2b54ed742777e9b0
src/templates/sharecomponent/searchcomponent/index.jsx
@@ -271,6 +271,10 @@
    }
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.state), fromJS(nextState))
  }
  render() {
    const { dict, searchlist, visible, sqlVerifing, card } = this.state