xujing 5 years ago
parent
commit
a8ca5b7bd0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/sample/h5/edit.jsx

+ 1
- 1
src/pages/sample/h5/edit.jsx View File

@@ -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>