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 => {