diff --git a/manifest.json b/manifest.json index 56b8a1c..b427066 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "mahjong_group", - "appid" : "__UNI__6A23109", + "name" : "山雀搭子", + "appid" : "__UNI__60D9924", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", 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 d26957b..20c8464 100644 --- a/pages/appointment/appointment-page.vue +++ b/pages/appointment/appointment-page.vue @@ -1,100 +1,102 @@