src/menu/components/share/actioncomponent/dragaction/card.jsx
@@ -37,6 +37,8 @@ hasProfile = true } else if (card.funcType === 'print') { hasProfile = true } else if (card.funcType === 'megvii') { hasProfile = true } let btnElement = null @@ -48,6 +50,9 @@ _class = 'swiper swiper-' + card.color show = 'button' } if (card.hidden === 'true') { _class += ' mk-hidden' } let warning = null if (card.OpenType === 'innerpage' && !card.pageTemplate) { warning = <WarningOutlined style={{color: 'orange', marginLeft: '5px'}}/>