Gets the height of the scroll bar to scroll

wx.getSystemInfo({
success: (res) => {
this.setData({
// clientHeight: res.windowHeight - res.windowWidth / 750 * 96
clientHeight: res.windowHeight
});
}
});

Guess you like

Origin www.cnblogs.com/xiaoxiaoxun/p/12118418.html