Commit 6600f918 by zhanghaozhe

通用弹框组件bug

parent 327dabad
......@@ -6,8 +6,7 @@ import propTypes from 'prop-types'
class ClosablePopup extends Component {
state = {
visible: this.props.visible,
close: this.props.close
visible: this.props.visible
}
close = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment