king
2024-06-14 2c573446cd5059b09c06c8673eaf1f51f43967ce
src/tabviews/custom/popview/index.jsx
@@ -513,6 +513,9 @@
          return true
        })
      } else if (item.type === 'form') {
        if (item.wrap.datatype === 'public') {
          balMap.set(item.wrap.publicId + 'public', true)
        }
        item.subcards = item.subcards.map(group => {
          group.subButton.uuid = group.uuid
          group.subButton.OpenType = 'formSubmit'