getSystemInfoSync里的windowHeight每次运行不一样
const device = wx.getSystemInfoSync() // 获取设备信息
const height = device.windowHeight
这个height,如果页面直接运行,是满的,如果把页面加入代码流程打开,短48px.手机和模拟器都会这样
const device = wx.getSystemInfoSync() // 获取设备信息
const height = device.windowHeight
这个height,如果页面直接运行,是满的,如果把页面加入代码流程打开,短48px.手机和模拟器都会这样