聊天 保证聊天置地

setTimeout(function () {
let query = wx.createSelectorQuery();
query.select('#haha').boundingClientRect()
query.exec(function (res) {
console.log(res[0].height);
that.setData({
changfocus: res[0].height
})
})

}, 200);
 
 
<scroll-view scroll-y class='cont-box' scroll-top="{{changfocus}}" bindscrolltoupper="upDatafn">
posted @ 2018-04-02 14:45  ThisCall  阅读(154)  评论(0编辑  收藏  举报