feat: 兼容在app上页面滚动与键盘问题

This commit is contained in:
2026-05-11 15:54:28 +08:00
parent 85a61d5bbf
commit 9cd3916ab2
6 changed files with 149 additions and 36 deletions

View File

@@ -1,11 +1,16 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"app-plus": {
"bounce": "none",
"scrollIndicator": "none"
}
}
},
{
"path": "pages/login/index",
"style": {
@@ -122,4 +127,4 @@
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
}