diff --git a/dc-App/pages.json b/dc-App/pages.json index 67b4461..f4d8ca8 100644 --- a/dc-App/pages.json +++ b/dc-App/pages.json @@ -15,14 +15,14 @@ "navigationStyle": "custom" } }, - { "path": "pages/index/nIndex", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } - }, //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + }, + //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/web", "style": { @@ -36,7 +36,6 @@ "navigationStyle": "custom" } }, - { "path": "pages/Chat/chat", "style": { @@ -63,8 +62,6 @@ "navigationStyle": "custom" } }, - - { "path": "pages/index/navigation", "style": { @@ -87,7 +84,6 @@ "navigationStyle": "custom" } }, - { "path": "pages/login/register", "style": { @@ -182,24 +178,30 @@ } }, { - "path" : "components/bt-cropper/index", - "style" : - { - "navigationBarTitleText" : "" + "path": "components/bt-cropper/index", + "style": { + "navigationBarTitleText": "" } }, { - "path" : "pages/busNavigation/busNavigation", + "path": "pages/busNavigation/busNavigation", "style": { "navigationBarTitleText": "公交导航", "navigationStyle": "custom" } }, { - "path" : "pages/busNavigation/busNavigation", - "style" : - { - "navigationBarTitleText" : "" + "path": "pages/busNavigation/busNavigation", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/my/Contact", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "navigationBarTitleText": "Contact" } } ], @@ -214,7 +216,8 @@ "selectedColor": "#32714f", "borderStyle": "black", "backgroundColor": "#F8F8F8", - "list": [{ + "list": [ + { "pagePath": "pages/index/nIndex", "iconPath": "/static/imgs/home.png", "selectedIconPath": "/static/imgs/homex.png", @@ -225,7 +228,8 @@ "iconPath": "/static/imgs/circle.png", "selectedIconPath": "/static/imgs/circlex.png", "text": "Chat" - }, { + }, + { "pagePath": "pages/my/my", "iconPath": "/static/imgs/my.png", "selectedIconPath": "/static/imgs/myx.png", diff --git a/dc-App/pages/my/Contact.vue b/dc-App/pages/my/Contact.vue index 5b49f30..825f990 100644 --- a/dc-App/pages/my/Contact.vue +++ b/dc-App/pages/my/Contact.vue @@ -1,14 +1,6 @@