diff --git a/pages.json b/pages.json index ace6059..200ebc8 100644 --- a/pages.json +++ b/pages.json @@ -97,6 +97,29 @@ "style": { "navigationStyle": "custom" } + }, + { + "path": "pages/me/my-message-page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/appointment/book-room-page", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "pages/me/my-earnings-page", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ], "globalStyle": { @@ -118,7 +141,8 @@ "text": "首页" }, { - "pagePath": "pages/appointment/appointment-page", + // "pagePath": "pages/appointment/appointment-page", + "pagePath": "pages/appointment/book-room-page", "iconPath": "/static/tabbar/appointment.png", "selectedIconPath": "/static/tabbar/appointment_s.png", "text": "预约" diff --git a/pages/appointment/appointment-page.vue b/pages/appointment/appointment-page.vue index 2f73956..29d7259 100644 --- a/pages/appointment/appointment-page.vue +++ b/pages/appointment/appointment-page.vue @@ -1,123 +1,126 @@