king
2021-12-14 0e274944e11094012aa2e1557df8fe438b3b6d20
src/templates/zshare/formconfig.jsx
@@ -1362,6 +1362,20 @@
      }]
    },
    {
      type: 'radio',
      key: 'clickouter',
      label: '点击蒙层',
      initVal: card.clickouter || 'unclose',
      required: false,
      options: [{
        value: 'unclose',
        text: '不关闭'
      }, {
        value: 'close',
        text: '关闭'
      }]
    },
    {
      type: 'text',
      key: 'preFunc',
      label: '前置函数',