Commit cc4c1f20 authored by yu's avatar yu

1

parent 226d937e
......@@ -42,7 +42,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
name: '文本',
text: true,
audio: true,
pic: true,
// pic: true,
// action: {
// type: 'text',
// option: [
......@@ -52,6 +52,11 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
// ]
// },
},
{
name:"图片",
pic: true,
audio: true,
}
// {
// name: '变化文本',
// action: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment