标签: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