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