wx.getSystemInfo函数中windowHeight值问题
在app.js中的onLanuch函数中调用wx.getSystemInfo函数获取windowHeight,其中windowHeight值跟index.json配置中navigationStyle有关,如果navigationStyle为default,获取的高度为不带navigationBar高度和statusBar高度,如果设置为custom,获取的高度带前两项。
官方文档中并没有指明,建议在该页面指明,以免更多人入坑,https://developers.weixin.qq.com/miniprogram/dev/api/base/system/system-info/wx.getSystemInfo.html