@@ -85,6 +85,7 @@
self.statusBarH = e.statusBarHeight + 10
let custom = wx.getMenuButtonBoundingClientRect()
self.customBarH = custom.height
+ self.$emit('navHeight', self.customBarH-10)
}
})