"tabBar": {
"custom": false,
"color": "#767C8F",
"selectedColor": "#85bd00",
"borderStyle": "black",
"backgroundColor": "#333",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home1.png",
"text": "首页"
},
{
"pagePath": "pages/index/trade",
"iconPath": "static/images/tabbar/spots.png",
"selectedIconPath": "static/images/tabbar/spots1.png",
"text": "现货"
},
{
"pagePath": "pages/index/contract",
"iconPath": "static/images/tabbar/contract.png",
"selectedIconPath": "static/images/tabbar/contract1.png",
"text": "合约"
},
{
"pagePath": "pages/index/mine",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine1.png",
"text": "我的"
}
]
}

- 发布:2025-09-24 15:44
- 更新:2025-09-24 15:44
- 阅读:22
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 11
HBuilderX类型: 正式
HBuilderX版本号: 4.66
浏览器平台: Safari
浏览器版本: 1
项目创建方式: HBuilderX
操作步骤:
预期结果:
需修复
需修复
实际结果:
需修复
需修复
bug描述:
iOS 17promax在浏览器中H5,底部tabbar出现了移位,跟随页面滑动离开了底部,停留在了页面上且无法回位到底部
