diff --git a/pages.json b/pages.json index 189505d..5430f7d 100644 --- a/pages.json +++ b/pages.json @@ -56,7 +56,8 @@ "navigationBarTitleText": "人脸采集", "enablePullDownRefresh": false } - }, { + }, + { "path": "pages/location/location", "style": { "navigationBarTitleText": "定位", @@ -66,7 +67,14 @@ ], "subPackages": [{ "root": "pagesB", - "pages": [{ + "pages": [ + { + "path": "appointmenttime/appointmenttime", + "style": { + "navigationBarTitleText": "预约时间", + "enablePullDownRefresh": false + } + },{ "path": "Behaviorpoints/Behaviorpoints", "style": { "navigationBarTitleText": "行为积分", @@ -124,7 +132,7 @@ "navigationBarTitleText": "预约时间", "enablePullDownRefresh": false } - }, { + }, { "path": "information/information", "style": { "navigationBarTitleText": "完善个人信息", @@ -347,8 +355,11 @@ }, { "path": "ExpertlookOrder/ExpertlookOrder", "style": { - "navigationBarTitleText": "专家咨询订单", - "enablePullDownRefresh": false + // "navigationBarTitleText": "专家咨询订单", + "navigationStyle": "custom", // 隐藏系统导航栏 + "onReachBottomDistance": 20, //距离底部多远时触发 单位为px + "enablePullDownRefresh": true //设置参数为true + // "enablePullDownRefresh": false } }, { "path": "consulted/consulted", @@ -721,4 +732,4 @@ } ] } -} \ No newline at end of file +} diff --git a/pagesB/ExpertlookOrder/ExpertlookOrder.vue b/pagesB/ExpertlookOrder/ExpertlookOrder.vue index 0413c7f..898c10a 100644 --- a/pagesB/ExpertlookOrder/ExpertlookOrder.vue +++ b/pagesB/ExpertlookOrder/ExpertlookOrder.vue @@ -1,51 +1,683 @@ \ No newline at end of file