xujing 4 年前
父节点
当前提交
a8ca5b7bd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/sample/h5/edit.jsx

+ 1
- 1
src/pages/sample/h5/edit.jsx 查看文件

@@ -99,7 +99,7 @@ const header = props => {
99 99
             })(<Input placeholder="若样例暂未发布到小程序,可直接粘贴网页链接"/>)}
100 100
           </Form.Item>
101 101
           <Form.Item label="H5模板" >
102
-            {getFieldDecorator('H5sample',{
102
+            {getFieldDecorator('taH5Template',{
103 103
               trigger: 'onChoosed'
104 104
             })(<H5Sample />)}
105 105
           </Form.Item>