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/templates/zshare/verifycard/customform/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/templates/zshare/verifycard/customform/index.jsx b/src/templates/zshare/verifycard/customform/index.jsx
index ab71d0e..eec4967 100644
--- a/src/templates/zshare/verifycard/customform/index.jsx
+++ b/src/templates/zshare/verifycard/customform/index.jsx
@@ -55,21 +55,21 @@
           notification.warning({
             top: 92,
             message: 'sql涓璡'蹇呴』鎴愬鍑虹幇',
-            duration: 10
+            duration: 5
           })
           return
         } else if (_lparen !== _rparen) {
           notification.warning({
             top: 92,
             message: 'sql涓�()蹇呴』鎴愬鍑虹幇',
-            duration: 10
+            duration: 5
           })
           return
         } else if (/--/ig.test(values.sql)) {
           notification.warning({
             top: 92,
             message: '鑷畾涔塻ql璇彞涓紝涓嶅彲鍑虹幇瀛楃 -- 锛屾敞閲婅鐢� /*鍐呭*/',
-            duration: 10
+            duration: 5
           })
           return
         }
@@ -80,7 +80,7 @@
           notification.warning({
             top: 92,
             message: 'sql涓笉鍙娇鐢�' + error,
-            duration: 10
+            duration: 5
           })
           return
         }

--
Gitblit v1.8.0