let custom = wx.getMenuButtonBoundingClientRect();
setTimeout(function() {
console.log('custom', custom)
that.globalData.Custom = custom;
that.globalData.CustomBar = custom.bottom + custom.top - e.statusBarHeight;
}, 500)
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | getMenuButtonBoundingClientRect | 客户端 | 6.7.3 | 2.6.4 |
2 个回答
麻烦具体描述问题并提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)