The applet gets the height of the mobile phone

wx.getSystemInfo({
success: function (res) {
that.setData({
height: res.windowHeight - (res.windowWidth / 750 ) * 94 + "px"
})
}
})

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325979613&siteId=291194637