AnotherSola

Results 1 issues of AnotherSola

```ts wx.createSelectorQuery().selectAll('.section').boundingClientRect(res => { res.forEach(e => console.log(e.bottom)) // res.forEach报错, e.bottom 为 any }) ``` `boundingClientRect` 以及 `scrollOffset` 的回调有些许问题。 参考 #194