wx.getSystemInfoSync().windowHeight 获取到的值不一致?
let windowHeight = wx.getSystemInfoSync().windowHeight;
console.log(windowHeight)
这里有时获取到的时667,有时获取到的是504(出现的时间不定,可能今天打开是667,明天就又是504了)。开发工具和真机都会出现。
let windowHeight = wx.getSystemInfoSync().windowHeight;
console.log(windowHeight)
这里有时获取到的时667,有时获取到的是504(出现的时间不定,可能今天打开是667,明天就又是504了)。开发工具和真机都会出现。