Files
MiniProgram/ProjectLiaisonForm/pages/pull-down-refresh/pull-down-refresh.json

10 lines
195 B
JSON
Raw Normal View History

2025-08-15 14:05:08 +08:00
{
"navigationBarTitleText": "PullDownRefresh",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"disableScroll": true,
"usingComponents": {
"base": "./base"
}
}