码迷,mamicode.com
首页 > 其他好文 > 详细

获取滚动条可滚动高度

时间:2019-12-30 11:48:15      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:idt   高度   width   height   get   min   this   滚动条   his   

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

获取滚动条可滚动高度

标签:idt   高度   width   height   get   min   this   滚动条   his   

原文地址:https://www.cnblogs.com/xiaoxiaoxun/p/12118418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!