diff --git a/pages.json b/pages.json index ce61180..536ef17 100644 --- a/pages.json +++ b/pages.json @@ -40,7 +40,64 @@ "style": { "navigationBarTitleText": "导游详情-app" } + }, + { + "path": "onlineService/index", + "style": { + "navigationBarTitleText": "智能客服" + } + }, + { + "path": "onlineService/search", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } + }, + { + "path": "onlineService/detail", + "style": { + "navigationBarTitleText": "常见问题" + } + }, + { + "path": "user/register", + "style": { + "navigationBarTitleText": "注册信息" + } + }, + { + "path": "user/infoFilling", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "user/profile", + "style": { + "navigationBarTitleText": "个人信息" + } + }, + { + "path": "user/travelerList", + "style": { + "navigationBarTitleText": "出行人信息" + } + }, + { + "path": "user/myContactsAdd", + "style": { + "navigationBarTitleText": "出行人信息" + } + }, + { + "path": "user/privacyInfo", + "style": { + "navigationBarTitleText": "" + } } + + ] }], "tabBar": { diff --git a/pages/index/index.vue b/pages/index/index.vue index c5db1af..9a7ec06 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,7 +5,7 @@ 请输入导游姓名/产品名称 - + 客服 diff --git a/pages/user/user.vue b/pages/user/user.vue index 4980566..c29d3f0 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -1,6 +1,6 @@