src/templates/zshare/verifycard/customscript/index.jsx
@@ -1,6 +1,6 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { Form, Row, Col, Input, Button, notification } from 'antd' import { Form, Row, Col, Input, Button, notification, Modal } from 'antd' import moment from 'moment' import Utils from '@/utils/utils.js' @@ -91,10 +91,9 @@ }) } else { this.setState({loading: false}) notification.warning({ top: 92, message: res.message, duration: 10 Modal.error({ title: res.message }) } })