From b3e3c463d176a1ec9ab16adea08bcbe6536ec52a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 21 五月 2025 15:45:26 +0800
Subject: [PATCH] 2025-05-21

---
 src/tabviews/zshare/actionList/popupbutton/index.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx
index c6a9e99..71fb054 100644
--- a/src/tabviews/zshare/actionList/popupbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/popupbutton/index.jsx
@@ -131,11 +131,11 @@
 
     if (btn.$view === 'popview') {
       if (btn.popClose !== 'never') {
-        MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn)
+        MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn, '', this.state.popData ? [this.state.popData] : null)
       }
     } else {
       let position = btn.popClose !== 'never' ? btn.popClose : 'grid'
-      MKEmitter.emit('refreshByButtonResult', btn.$menuId, position, btn)
+      MKEmitter.emit('refreshByButtonResult', btn.$menuId, position, btn, '', this.state.popData ? [this.state.popData] : null)
     }
   }
 
@@ -155,7 +155,7 @@
     if (setting.supModule && !BID) {
       notification.warning({
         top: 92,
-        message: dict['sup_key_req'] || '闇�瑕佷笂绾т富閿�硷紒',
+        message: setting.supModTip || dict['sup_key_req'] || '闇�瑕佷笂绾т富閿�硷紒',
         duration: 5
       })
       return
@@ -207,7 +207,7 @@
     })
 
     if (btn.popClose !== 'never') {
-      MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn)
+      MKEmitter.emit('refreshByButtonResult', btn.$menuId, btn.popClose, btn, '', this.state.popData ? [this.state.popData] : null)
     }
 
     if (btn.syncComponentId) {

--
Gitblit v1.8.0