diff --git a/pages.json b/pages.json index fdfc2ca..026c86f 100644 --- a/pages.json +++ b/pages.json @@ -1,20 +1,21 @@ -{ +{ "pages": [ - { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, - { "path": "pages/menu/menu", "style": { "navigationStyle": "custom" } }, - { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom" } }, - { "path": "pages/orders/orders", "style": { "navigationStyle": "custom" } }, - { "path": "pages/chat/chat", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/login", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/board", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/detail", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/chat", "style": { "navigationStyle": "custom" } } + { "path": "pages/index/index", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/menu/menu", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/orders/orders", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/chat/chat", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/login", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/board", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/detail", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/chat", "style": { "navigationStyle": "custom","disableScroll": true } } ], "globalStyle": { - "navigationStyle": "custom", + "navigationStyle": "custom","disableScroll": true, "navigationBarTextStyle": "white", "navigationBarTitleText": "纯瘾大", "navigationBarBackgroundColor": "#0D0D0D", "backgroundColor": "#0D0D0D" } } + diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 854b5a3..d96883e 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,4 +1,4 @@ -