收藏
回答

获取节点信息出现top负值

代码如下:

const query = wx.createSelectorQuery()

const selectors = '.share-report-li, #userInfoBorder, #userInfoHeadimgBorder, #userInfoHeadimg, #userInfoText, #evaluationContent, #knowledgeContentBorder, #knowledgeContent, #shareGroup, #shareLoc, #shareSmallprogramCode, #shareWeixin, #shareGrowUp'

query.selectAll(selectors).boundingClientRect()

query.selectViewport().scrollOffset()

query.exec(res => {

console.log('getLiNodes', res)

})

现象:

(1)获取节点信息有时会出现top负值,有时正常


回答关注问题邀请回答
收藏

1 个回答

  • 疯狂的小辣椒
    疯狂的小辣椒
    2019-04-16

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2019-04-16
    有用
    回复 1
    • 小金刚
      小金刚
      2019-04-16

      是异步问题,做了个promise包装

      2019-04-16
      回复
登录 后发表内容