小程序开发苹果系统扫描真机调试报错,微信闪退
发布于 5 年前 作者 juan41 10198 次浏览 来自 问答
  • 当前 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的时候出现的

1 回复

已知问题,尽快修复,建议后续提问前先搜索

回到顶部