⽀付宝⼩程序⾃定义导航栏
success: res => {
//导航⾼度
console.log(res)
let menu = wx.getMenuButtonBoundingClientRect()
console.log(p - res.statusBarHeight)
let navHeight=res.statusBarHeight + menu.height + (p - res.statusBarHeight) * 2
console.log(navHeight)导航菜单
this.setData({
navHeight
})
}, fail(err) {
console.log(err);
}
})
注:先获取设备上的顶部菜单栏,菜单栏就是你⼿机显⽰电量的那个⾼度wx.getSystemInfo可以拿到,在去获取胶囊的信息
ps:⽀付宝⼩程序不同于⼩程序,在获取设备信息是已经把胶囊上⾯距离给你了,就不需要wx.getMenuButtonBoundingClientRect()这个⽅法了,当然⽀付宝也没有这个⽅法

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。