// 获取评论节点信息 queryMultipleNodes: function () { var query = wx.createSelectorQuery(); //选择id query.select( '.comment-list-wrp' ).boundingClientRect() query.exec((res) => { //取高度 this .setData({ commentTop: res[0].top }) }) }, this .setData({ comment: result.items, current_page: result._meta.currentPage, count_page: result._meta.pageCount, }, () => { setTimeout(() => { this .queryMultipleNodes()},1000)}) |
然后偶尔会有这样的问题 是什么问题呢
请问这个问题解决了吗
提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
https://developers.weixin.qq.com/s/LldKKWmy7g3E
特别少会出现那个报错 不知道改怎么测试修改
测试了下,是点击这个按钮对吧,并未复现错误提示,是需要复现的操作吗?