king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -109,7 +109,7 @@
      label: '图片/文件',
      initVal: card.url || '',
      maxfile: 1,
      required: false
      required: true
    },
    {
      type: 'radio',
@@ -124,6 +124,17 @@
    },
    {
      type: 'radio',
      key: 'loop',
      label: '循环播放',
      initVal: card.loop || 'false',
      required: false,
      options: [
        { value: 'true', text: '是' },
        { value: 'false', text: '否' }
      ]
    },
    {
      type: 'radio',
      key: 'link',
      label: '链接',
      initVal: card.link || '',