@@ -249,7 +249,7 @@
success: (data) => {
let custom = wx.getMenuButtonBoundingClientRect()
//导航栏高度
- this.navHeight = custom.bottom + custom.top - data.statusBarHeight
+ this.navHeight = custom.bottom + custom.top - data.statusBarHeight -6
},
})