import { Modal, Button } from 'antd'; const App = React.createClass({ getInitialState() { return { visible: false }; }, showModal() { this.
確定! 回上一頁