feat(onPullDownRefresh): 原生下拉刷新实现,但效果并不好

This commit is contained in:
Burt
2024-01-03 20:42:39 +08:00
parent 6683e0a466
commit 49a4c255e2
2 changed files with 10 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}