作者 tangxvhui

bug 修复

@@ -44,14 +44,14 @@ type AuditFormValueList struct { @@ -44,14 +44,14 @@ type AuditFormValueList struct {
44 const ( 44 const (
45 InputTypeText string = "text" //单行文本宽 45 InputTypeText string = "text" //单行文本宽
46 InputTypeRadio string = "radio" //单选框 46 InputTypeRadio string = "radio" //单选框
47 - InputTypeImageVedio string = "image/vedio" // 图片或视频输入 47 + InputTypeImageVedio string = "image/video" // 图片或视频输入
48 ) 48 )
49 49
50 //输入框输入的数据类型 50 //输入框输入的数据类型
51 const ( 51 const (
52 InputDataTypeText string = "text" //单纯文本 52 InputDataTypeText string = "text" //单纯文本
53 InputDataTypeImage string = "image" //图片的文件url 53 InputDataTypeImage string = "image" //图片的文件url
54 - InputDataTypeVedio string = "vedio" //视频的文件url 54 + InputDataTypeVedio string = "video" //视频的文件url
55 ) 55 )
56 56
57 var ( 57 var (