diff --git a/pages.json b/pages.json
index 0537cff2d9b8019011097b8b4c81839b0b7c66bb..fd3ee4a5df18415319d7abd285dc275f8695f280 100644
--- a/pages.json
+++ b/pages.json
@@ -37,6 +37,12 @@
"style": {
"navigationBarTitleText": "progress"
}
+ },
+ {
+ "path": "pages/component/form/form",
+ "style": {
+ "navigationBarTitleText": "form"
+ }
},
{
"path": "pages/component/button/button",
diff --git a/pages/component/form/form.uvue b/pages/component/form/form.uvue
new file mode 100644
index 0000000000000000000000000000000000000000..67ee804785a4eec6bb81a8238e66a715ff35075c
--- /dev/null
+++ b/pages/component/form/form.uvue
@@ -0,0 +1,120 @@
+
+
+
+
+
+ 提交的表单数据
+
+
+
+
+
+
+
+
+
diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue
index 0ea1d1fe8a96210e11076ce015344c30e6fadd91..0b2d1c0ab1188c12490de5633939e377f05a5f59 100644
--- a/pages/tabBar/component.uvue
+++ b/pages/tabBar/component.uvue
@@ -124,10 +124,9 @@ export default {
{
name: 'checkbox',
},
- /* {
- name: 'form',
- enable: false
- }, */
+ {
+ name: 'form',
+ },
{
name: 'input',
/* }, {