Commit cc4c1f20 authored by yu's avatar yu

1

parent 226d937e
...@@ -42,7 +42,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O ...@@ -42,7 +42,7 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
name: '文本', name: '文本',
text: true, text: true,
audio: true, audio: true,
pic: true, // pic: true,
// action: { // action: {
// type: 'text', // type: 'text',
// option: [ // option: [
...@@ -52,6 +52,11 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O ...@@ -52,6 +52,11 @@ export class FormComponent extends ComponentBase implements OnInit, OnChanges, O
// ] // ]
// }, // },
}, },
{
name:"图片",
pic: true,
audio: true,
}
// { // {
// name: '变化文本', // name: '变化文本',
// action: { // 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