diff --git a/pages.json b/pages.json
index 337b7c4..c42d144 100644
--- a/pages.json
+++ b/pages.json
@@ -530,6 +530,16 @@
}
}
+ ,{
+ "path" : "pages/homemaking/homemaking",
+ "style" :
+ {
+ "navigationBarTitleText": "家政服务",
+ "enablePullDownRefresh": false,
+ "navigationStyle":"custom"
+ }
+
+ }
],
"tabBar": {
"color": "#272636",
@@ -543,8 +553,8 @@
"selectedIconPath": "static/images/home-selected.png"
},
{
- "pagePath": "pages/rentHouse/rentHouse",
- "text": "房源",
+ "pagePath": "pages/homemaking/homemaking",
+ "text": "家政",
"iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png"
},
diff --git a/pages/homemaking/homemaking.vue b/pages/homemaking/homemaking.vue
new file mode 100644
index 0000000..568a752
--- /dev/null
+++ b/pages/homemaking/homemaking.vue
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file