From 46059e342d70b51bd9775f30feb5f29304bda6ac Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 19 九月 2022 17:15:04 +0800
Subject: [PATCH] 2022-09-19

---
 src/tabviews/zshare/actionList/normalbutton/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx
index 73750e3..7b31de2 100644
--- a/src/tabviews/zshare/actionList/normalbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -2021,6 +2021,12 @@
                   })
                 }
               })
+            } else if (re.errcode !== 0 && re.errmsg) {
+              notification.warning({
+                top: 92,
+                message: re.errmsg,
+                duration: 5
+              })
             }
           })
         })

--
Gitblit v1.8.0