king
2023-05-30 cbb05fd5da1cec77afcc3f2ef7ef4f2590e297a7
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -100,7 +100,7 @@
      node && node.scrollIntoView({behavior: 'smooth', block: 'center', inline: 'nearest'})
    }
    if (!card.link) return
    if (!card.link || (card.linkType === 'qywx' || card.linkType === 'linkmenu')) return
    e.stopPropagation()
    
    let url = ''
@@ -131,7 +131,7 @@
      }
      window.open(_url)
      return
    } else if (card.linkType === 'qywx' || card.linkType === 'linkmenu') {
    } else if (card.linkType === 'other' && /^@menuid@/ig.test(url)) {
      return
    }