自定义tabBar不能放在顶部
- 当前 Bug 的表现(可附上截图)
自定义tabBar不能置顶,设置
“position”: “top”,
无效
- 预期表现
tabBar应该在顶部出现。
- 复现路径
按照下面这个页面的路径
https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
把app.json中的 "tabBar"下面添加
“position”: “top”,