From f530bf8d20a789d00ebf6c9edb8b7352a7762c48 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Wed, 3 Jan 2024 21:08:16 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E9=A1=B5=E9=9D=A2=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=B7=E6=96=B0=E5=8A=9F=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/pages.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } }