wx.getSystemInfo({ success: (res) => { wx.createSelectorQuery().select(‘#scrollbox‘).boundingClientRect((rect) => { this.setData({ height: res.windowHeight - rect.top }) }).exec() } })
2023-11-06 20:24:34
wx.getSystemInfo({ success: (res) => { wx.createSelectorQuery().select(‘#scrollbox‘).boundingClientRect((rect) => { this.setData({ height: res.windowHeight - rect.top }) }).exec() } })