From eb0d7a6dc2f796635a08457b36a06df8103235ed Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Sat, 5 Jun 2021 18:02:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=AE=B6=E6=94=BF=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++++++-- pages/homemaking/homemaking.vue | 63 +++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 pages/homemaking/homemaking.vue 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