真机上wx.getSystemInfo返回的高度没有去掉tabbar
wx.getSystemInfo({
success: function (res) {
windowHeight = res.windowHeight
console.log(res.windowHeight)
}
})
华为荣耀9上,
没有tabbar windowHeight高度568px;
有tabbar windowHeight返回高度562px;
没有tabbar 100vh高度显示568px;
有tabbar 100vh高度显示514px;
测试了小米手机再有tabbar的时候返回值也不对。
