diff --git a/pages.json b/pages.json index 3406710..2682e04 100644 --- a/pages.json +++ b/pages.json @@ -47,6 +47,20 @@ "navigationBarTitleText": "填写订单" } }, + { + "path": "search/search", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "search/searchList", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, { "path": "onlineService/index", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index b159929..baa431f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@