king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/tabviews/zshare/verifycard/index.jsx
@@ -2,7 +2,6 @@
import PropTypes from 'prop-types'
import { Form, Tabs, notification, Spin, Icon } from 'antd'
// import Utils from '@/utils/utils.js'
import Api from '@/api'
import TabCard from './tabcard'
@@ -96,7 +95,7 @@
          notification.warning({
            top: 92,
            message: errors[0].message,
            duration: 10
            duration: 5
          })
          this.setState({
            loading: false
@@ -264,7 +263,7 @@
          notification.warning({
            top: 92,
            message: errors[0],
            duration: 10
            duration: 5
          })
          return
        }