docs(readme): 页面下拉刷新功能完成

This commit is contained in:
Burt 2024-01-03 21:08:16 +08:00
parent 2d27c4f7f8
commit f530bf8d20
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
## 业务功能 TODO LIST
- [ ] 页面下拉刷新
- [x] 页面下拉刷新
- [ ] 页面悬浮球
- [x] 导航栏返回or去首页
- [x] 自定义导航栏顶部机型适配

View File

@ -11,7 +11,7 @@
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"backgroundColor": "#23c09c",
"backgroundColor": "#23c09c", // .top-section
"navigationStyle": "custom"
}
}