小程序获取页面宽高
wx.getSystemInfo({
success: (res) => {
this.setData({
windowWidth: res.windowWidth * (750 / res.windowWidth),
windowHeight: (res.windowHeight * (750 / res.windowWidth))
})
},
})

浙公网安备 33010602011771号