diff --git a/README.md b/README.md index 2a31870..e04bfa6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ## 业务功能 TODO LIST -- [ ] 页面下拉刷新 +- [x] 页面下拉刷新 - [ ] 页面悬浮球 - [x] 导航栏返回or去首页 - [x] 自定义导航栏顶部机型适配 diff --git a/src/pages.json b/src/pages.json index e46df0b..b0f0bfa 100644 --- a/src/pages.json +++ b/src/pages.json @@ -11,7 +11,7 @@ "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": true, - "backgroundColor": "#23c09c", + "backgroundColor": "#23c09c", // 这个背景色要与页面的.top-section的背景图差不多,这样下拉刷新看起来才比较协调 "navigationStyle": "custom" } }