- 当前 Bug 的表现(可附上截图)
- 预期表现
请尽快修复
- 复现路径
不清楚什么意思
- 提供一个最简复现 Demo
App({
onLaunch: function() {
wx.getSystemInfo({
success: e => {
this.globalData.StatusBar = e.statusBarHeight;
let custom = wx.getMenuButtonBoundingClientRect();
this.globalData.Custom = custom;
this.globalData.CustomBar = 48 + e.statusBarHeight;
}
})
}
应该是app Launch的时候出现的
已知问题,尽快修复,建议后续提问前先搜索