king
2020-04-12 3df2d3624c6b768d29670b537f8d6a71d3ef122c
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
            })
          }
        })