Component({ properties: { }, data: { height: 0 }, methods: { }, ready() { this.setData({ height: wx.getWindowInfo().statusBarHeight }) } })