From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 十一月 2022 16:11:55 +0800
Subject: [PATCH] 2022-11-21

---
 src/menu/components/card/cardcomponent/index.jsx |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/menu/components/card/cardcomponent/index.jsx b/src/menu/components/card/cardcomponent/index.jsx
index 0ead6f4..c4bb5f3 100644
--- a/src/menu/components/card/cardcomponent/index.jsx
+++ b/src/menu/components/card/cardcomponent/index.jsx
@@ -239,12 +239,6 @@
     
     if (element.copyType === 'action') {
       element.eleType = 'button'
-      if (element.OpenType === 'popview') { // 寮圭獥鏍囩澶嶅埗
-        let _cell = fromJS(element).toJS()
-        _cell.$originUuid = element.uuid
-        _cell.uuid = _uuid
-        MKEmitter.emit('copyButtons', [_cell])
-      }
     }
 
     element.uuid = _uuid

--
Gitblit v1.8.0