getMenuButtonBoundingClientRect 获取到的信息都是
let custom = wx.getMenuButtonBoundingClientRect();
setTimeout(function() {
console.log(‘custom’, custom)
that.globalData.Custom = custom;
that.globalData.CustomBar = custom.bottom + custom.top - e.statusBarHeight;
}, 500)