收藏
回答

谁能打救这个神奇的bug

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug getMenuButtonBoundingClientRect 客户端 7.0.3 2.5.2

- 当前 Bug 的表现(可附上截图)

try {
        let { top, height } = wx.getMenuButtonBoundingClientRect();
        if (!top) top = 20;
        if (!height) height = 48;
        this.setData({
          top: top + height + 8
        })
    } catch (e) {}


- 预期表现

正常 ,至少try catch下要保证不报错吧?

- 复现路径


- 提供一个最简复现 Demo


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容