From 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 17 四月 2020 17:48:36 +0800
Subject: [PATCH] 2020-04-17

---
 src/tabviews/zshare/verifycard/index.jsx |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/zshare/verifycard/index.jsx b/src/tabviews/zshare/verifycard/index.jsx
index 7d23bec..23bdd7b 100644
--- a/src/tabviews/zshare/verifycard/index.jsx
+++ b/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
         }

--
Gitblit v1.8.0