wx.getSystemInfo({
success: (res) => {
this.setData({
// clientHeight: res.windowHeight - res.windowWidth / 750 * 96
clientHeight: res.windowHeight
});
}
});
原文地址:https://www.cnblogs.com/xiaoxiaoxun/p/12118418.html
时间: 2024-10-16 20:46:28