king
2022-01-04 5d1e5dc9b248f91b33105dc838200af07947cdb2
src/templates/zshare/formconfig.jsx
@@ -2428,16 +2428,14 @@
      key: 'openText',
      label: '开启提示',
      initVal: card.openText || '',
      required: false,
      forbid: appType === 'mob'
      required: false
    },
    {
      type: 'text',
      key: 'closeText',
      label: '关闭提示',
      initVal: card.closeText || '',
      required: false,
      forbid: appType === 'mob'
      required: false
    },
    {
      type: 'radio',