收藏
回答

wx.createSelectorQuery返回的top值有误,不稳定,是根据什么判断的?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.createSelectorQuery 工具 微信开发者工具RC1.03.2006091 2.11.1

this.createSelectorQuery().select("#footer").boundingClientRect((res) => {

          if (!resreturn;

          let top = res.top;

          let height = windowHeight - res.height;

          console.log(res)

          console.log(top)

          console.log(height)

          if (top < height{

            console.log('进来了')

            this.setData({

              fix: true

            })

          }

        }).exec();

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

2 个回答

登录 后发表内容
问题标签