king
2022-10-26 fb64bcf1fab18b33d21470c83f28d4cda8d309ce
src/tabviews/zshare/pageMessage/index.jsx
@@ -142,7 +142,7 @@
        })
      }
      if (item.type === 'card' || (item.type === 'table' && item.subtype === 'tablecard')) {
      if (item.type === 'card') {
        item.subcards.forEach(card => {
          card.elements && card.elements.forEach(cell => {
            if (cell.eleType === 'button') {
@@ -157,7 +157,7 @@
            }
          })
        })
      } else if (item.type === 'table' && item.subtype === 'normaltable') {
      } else if (item.type === 'table') {
        item.cols.forEach(col => {
          if (col.type !== 'action') return
          col.elements && col.elements.forEach(cell => {