src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -76,10 +76,8 @@ elements: PropTypes.array, // 元素集 } state = {} shouldComponentUpdate (nextProps, nextState) { return !is(fromJS(this.state), fromJS(nextState)) || !is(fromJS(this.props), fromJS(nextProps)) return !is(fromJS(this.props), fromJS(nextProps)) } /** @@ -133,12 +131,7 @@ } window.open(_url) return } else if (card.linkType === 'qywx') { notification.warning({ top: 92, message: 'PC不支持打开企业微信!', duration: 5 }) } else if (card.linkType === 'qywx' || card.linkType === 'linkmenu') { return }