收藏
回答

getMenuButtonBoundingClientRect 获取到的信息都是

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

let custom = wx.getMenuButtonBoundingClientRect();

setTimeout(function() {

console.log('custom', custom)

that.globalData.Custom = custom;

that.globalData.CustomBar = custom.bottom + custom.top - e.statusBarHeight;

}, 500)


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

2 个回答

  • Tan💛
    Tan💛
    2020-04-16
    componentDidShow(){
      console.log('rect',Taro.getMenuButtonBoundingClientRect());
      //Promise {<pending>}
    }
    
    
    2020-04-16
    有用
    回复
  • 灵芝
    灵芝
    2019-03-26

    麻烦具体描述问题并提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2019-03-26
    有用
    回复 1
    • Tan💛
      Tan💛
      2020-04-16
      为什么打出来会是一个Promise啊
      2020-04-16
      回复
登录 后发表内容