diff --git a/pages.json b/pages.json index 5de6e36..3722c11 100644 --- a/pages.json +++ b/pages.json @@ -135,7 +135,8 @@ "path": "pages/login/login", "style": { "navigationBarTitleText": "登录", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" //背景颜色 } }, { @@ -209,8 +210,7 @@ "navigationBarTitleText": "泉医到家", "navigationStyle": "custom", "navigationBarBackgroundColor": "#ffffff", - "onReachBottomDistance": 40, //距离底部多远时触发 单位为px - "enablePullDownRefresh": true //设置参数为true + "enablePullDownRefresh": false } }, { diff --git a/pages/appointmenttime/appointmenttime.vue b/pages/appointmenttime/appointmenttime.vue index 7f6eb6a..6a26dc5 100644 --- a/pages/appointmenttime/appointmenttime.vue +++ b/pages/appointmenttime/appointmenttime.vue @@ -40,7 +40,7 @@ {{item}} - +