请问楼主解决了吗
这两天打开小程序,频繁提示“运行内存不足,请重新打开小程序“?这两天打开小程序,会频繁提示“运行内存不足,请重新打开小程序“的情况? 手机内存很大,应该有足够空间运行,怎么会出现这样的问题? 之前都没有出现过这种情况 [图片]
2019-09-23[图片] [图片] 你好,我这样直接提示wx.getMenuButtonBoundingClientRect is not a function是什么鬼啊?
wx.getMenuButtonBoundingClientRect 部分机型无- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 [图片] - 复现路径 使用的是自定义导航,部分机型会出现这种情况,没有渠道system或者胶囊的值(真机表现) - 提供一个最简复现 Demo onLaunch: function(options) { // 获取系统状态栏信息 wx.getSystemInfo({ success: e => { this.globalData.StatusBar = e.statusBarHeight; let custom = wx.getMenuButtonBoundingClientRect(); this.globalData.Custom = custom; this.globalData.CustomBar = custom.bottom + custom.top - e.statusBarHeight; this.globalData.ScreenHeight = e.screenHeight; this.globalData.ScreenWidth = e.screenWidth } }); })
2019-09-23