diff --git a/pages.json b/pages.json index e2159f5..a70d85c 100644 --- a/pages.json +++ b/pages.json @@ -3,14 +3,14 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages - { - "path": "pages/homepage/homepage", - "style": { - "navigationBarTitleText": "工单", - "onReachBottomDistance": 20, //距离底部多远时触发 单位为px - "enablePullDownRefresh": true //设置参数为true - } - }, + { + "path": "pages/myinformation/myinformation", + "style": { + "navigationBarTitleText": "我的", + "enablePullDownRefresh": false + + } + }, { "path": "pages/ServiceSchedule/ServiceSchedule", "style": { @@ -18,35 +18,35 @@ "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#4ac4ab" } - }, - { - "path": "pages/seekadvicefrom/seekadvicefrom", - "style": { - "enablePullDownRefresh": false, - "navigationStyle": "custom" - } - }, - { + }, { "path": "pages/login/login", "style": { + "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } }, + + + { - "path": "pages/myinformation/myinformation", + "path": "pages/homepage/homepage", "style": { - "navigationBarTitleText": "我的", - "enablePullDownRefresh": false - // "navigationStyle": "custom" + "enablePullDownRefresh": false, + "navigationBarTitleText": "工单" } - }, { - "path": "pages/taskDetails/taskDetails", - "style": { - "navigationBarTitleText": "工单详情", - "enablePullDownRefresh": false - } - }, { + } + // { + // "path": "pages/index/index", + // "style": { + // "enablePullDownRefresh": false, + // "navigationStyle": "custom" + // } + // } + + + + , { "path": "pages/Personalinfo/Personalinfo", "style": { "navigationBarTitleText": "个人信息", @@ -60,6 +60,7 @@ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#18CBB3", "backgroundColor": "#F8F8F8" + }, "uniIdRouter": {}, "tabBar": { @@ -81,4 +82,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pages/ServiceSchedule/ServiceSchedule.vue b/pages/ServiceSchedule/ServiceSchedule.vue index 88119de..51ae17d 100644 --- a/pages/ServiceSchedule/ServiceSchedule.vue +++ b/pages/ServiceSchedule/ServiceSchedule.vue @@ -149,7 +149,7 @@ display: flex; position: absolute; right: 2%; - top: 13%; + top: 20%; flex-wrap: wrap; width: 400rpx; @@ -299,7 +299,7 @@ width: 100%; position: fixed; - + } .imageitem { @@ -318,4 +318,4 @@ } } } - \ No newline at end of file + diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index ece4823..7f8b911 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -1,13 +1,7 @@